摘要: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Button button = (Button)findViewById(... 阅读全文
posted @ 2011-10-20 21:11 图形学小菜鸟 阅读(1423) 评论(0) 推荐(0) 编辑
摘要: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); String strPath = Environment.getExternalStorageDirectory() +File.separator; Fi... 阅读全文
posted @ 2011-10-20 21:01 图形学小菜鸟 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 由于这两天在做listView的东西,所以整理出来一些我个人认为比较特别的属性,通过设置这样的属性可以做出更加美观的列表 首先是stackFromBottom属性,这只该属性之后你做好的列表就会显示你列表的最下面,值为true和false android:stackFromBottom="true" 第二是 transciptMode属性,需要用ListView或者其它显示大量Items... 阅读全文
posted @ 2011-10-20 20:32 图形学小菜鸟 阅读(501) 评论(0) 推荐(0) 编辑