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