2011年2月28日

Intent 传输对象

摘要: Bundle bundle = new Bundle();intent = new Intent(getApplicationContext(), YourActivity.class); bundle.putSerializable("youJavaBean", youJavaBean); intent.putExtras(bundle); startActivity(intent);------------------------------Intent intent = getIntent(); Bundle bundle=intent.getExtras(); yo 阅读全文

posted @ 2011-02-28 22:51 陆晓峰 阅读(1050) 评论(0) 推荐(0) 编辑

AndroidNDK开发之“文件操作”

摘要: 其实和上层没什么关系,主要是通过C来完成文件的基本操作。不好意思大家,时间不够,不多说,贴上关键代码。 阅读全文

posted @ 2011-02-28 17:18 陆晓峰 阅读(16947) 评论(7) 推荐(1) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示