摘要:
Calendar calendar=Calendar.getInstance(); //获取当前时间,作为图标的名字 String year=calendar.get(Calendar.YEAR)+""; String month=calendar.get(Calendar.MONTH)+1+""; String day=... 阅读全文
摘要:
阅读全文
摘要:
listview_bookmark.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView parent, View view, int position, long id) { ... 阅读全文
摘要:
public void onItemClick(AdapterView<?> arg0, View view, int position, long arg3) X, Y两个listview,X里有1,2,3,4这4个item,Y里有a,b,c,d这4个item。 如果你点了b这个item。如下: 阅读全文
摘要:
重写viewbinder 再给simpleadapter设置viewbinder 阅读全文
摘要:
String sdcard_path=Environment.getExternalStorageDirectory().getCanonicalPath(); String file_path=sdcard_path+"/xinyuelantu/browser/favicon/test.jpg"; bitmap= BitmapFactory.de... 阅读全文
摘要:
if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) { //判断sdcard是否存在和是否具有读写权限 try{ String sdcard_path = Environment.getExternalSto... 阅读全文