Android保存偏好

摘要: public class Bmi extends Activity {。。。。 public static final String PREF_HEIGHT ="BMI_Height"; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {。。。 restorePrefs();。。。 }。。。 private EditText field_height; privat... 阅读全文
posted @ 2011-09-09 10:30 士居坡西 阅读(89) 评论(0) 推荐(0)

android_BMI 例子学习

摘要: package std.dome.fu;import java.text.DecimalFormat;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.content.Intent;import android.content.SharedPreferences;import android.net.Uri;import android.os.Bundle;import android.view.Menu;import 阅读全文
posted @ 2011-09-08 17:14 士居坡西 阅读(236) 评论(0) 推荐(0)