摘要: riji.javapublic class riji extends ListActivity { private static final int ACTIVITY_CREATE = 0; private static final int ACTIVITY_EDIT = 1; private st... 阅读全文
posted @ 2012-08-29 17:22 freedragon 阅读(425) 评论(0) 推荐(0) 编辑
摘要: exampleuse.java/* * to access from: data/data/com.android.SharedPreferences/share_prefs */public class exampleuse extends Activity { public final stat... 阅读全文
posted @ 2012-08-29 17:04 freedragon 阅读(151) 评论(0) 推荐(0) 编辑
摘要: /** * This interface provides random read-write access to the result set returned * by a database query. */public class cp extends ListActivity { ... 阅读全文
posted @ 2012-08-29 16:57 freedragon 阅读(305) 评论(0) 推荐(0) 编辑
摘要: xiantu.javapublic class xiantu extends Activity{ /*声明对象变量*/ private ImageView mImageView; private Button mButton; private TextView mTextView; pri... 阅读全文
posted @ 2012-08-29 16:44 freedragon 阅读(161) 评论(0) 推荐(0) 编辑
摘要: xiangkuang.javapublic class xiangkuang extends Activity{ /*声明 Button、ImageView对象*/ private ImageView mImageView01; private ImageView mImageView02; ... 阅读全文
posted @ 2012-08-29 16:39 freedragon 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Gallery.javapublic class xiangbu extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedIn... 阅读全文
posted @ 2012-08-29 16:29 freedragon 阅读(221) 评论(0) 推荐(0) 编辑
摘要: javapublic class xiala extends Activity{ private static final String[] countriesStr = { "AA", "BB", "CC", "DD" }; private TextView myTextView; pri... 阅读全文
posted @ 2012-08-29 16:22 freedragon 阅读(171) 评论(0) 推荐(0) 编辑