摘要: public void click(View view) throws Exception { Intent intent = new Intent(); intent.setAction("android.media.action.VIDEO_CAPTURE")... 阅读全文
posted @ 2015-11-04 16:01 一路向北中 阅读(225) 评论(0) 推荐(0)
摘要: 另: 阅读全文
posted @ 2015-11-04 15:08 一路向北中 阅读(145) 评论(0) 推荐(0)
摘要: Handler handler = new Handler() { @Override public void handleMessage(Message msg) { ImageView iv = (ImageView) findViewB... 阅读全文
posted @ 2015-11-04 13:20 一路向北中 阅读(170) 评论(0) 推荐(0)
摘要: private void writeContacts() { ContentResolver resolver = getContentResolver(); Uri uri = Uri.parse("content://com.android.contacts/... 阅读全文
posted @ 2015-11-04 12:46 一路向北中 阅读(158) 评论(0) 推荐(0)
摘要: private void readContacts() { final String name = "vnd.android.cursor.item/name"; final String phone_v2 = "vnd.android.cursor.item/p... 阅读全文
posted @ 2015-11-04 12:21 一路向北中 阅读(142) 评论(0) 推荐(0)