摘要: 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 aiplus 阅读(432) 评论(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 aiplus 阅读(162) 评论(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 aiplus 阅读(317) 评论(0) 推荐(0)
摘要: xiantu.javapublic class xiantu extends Activity{ /*声明对象变量*/ private ImageView mImageView; private Button mButton; private TextView mTextView; pri... 阅读全文
posted @ 2012-08-29 16:44 aiplus 阅读(169) 评论(0) 推荐(0)
摘要: xiangkuang.javapublic class xiangkuang extends Activity{ /*声明 Button、ImageView对象*/ private ImageView mImageView01; private ImageView mImageView02; ... 阅读全文
posted @ 2012-08-29 16:39 aiplus 阅读(132) 评论(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 aiplus 阅读(228) 评论(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 aiplus 阅读(176) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2012-08-24 10:05 aiplus 阅读(113) 评论(0) 推荐(0)
摘要: for detailed information, refer toAndroid Open Source Project ---> Get source系统环境: Ubuntu 9.10, Kernel 2.6.31-14-generic, i686网络环境: 学生公寓B区 中国电信宽带接入Dat... 阅读全文
posted @ 2012-08-14 10:21 aiplus 阅读(260) 评论(0) 推荐(0)
摘要: Android 1.1 发布时间:发布于 2008 年9月Android 1.5 Cupcake纸杯蛋糕 发布时间:发布于 2009 年 4 月Android 1.6 Donut甜甜圈 发布时间:2009 年 9 月Android 2.0 Eclair松饼 发布时间:2009 年 10... 阅读全文
posted @ 2012-07-27 14:40 aiplus 阅读(216) 评论(0) 推荐(0)
悬浮按钮示例