文章分类 - 安卓开发
安卓开发
摘要:android intent和intent action大全1.Intent的用法:(1)用Action跳转1、使用Action跳转,如果有一个程序的AndroidManifest.xml中的某一个 Activity的IntentFilter段中 定义了包含了相同的Action那么这个Intent就...
阅读全文
摘要:Anerroroccurredwhileautomaticallyactivatingbundlecom.android.ide.eclipse.adt解决方案:在命令行下面进入到eclipse目录下用eclipse.exe-clean启动eclipse。
阅读全文
摘要:Andtroid:PhoneLookup.NUMBER----ContactsContract类Android2.0APIPhoneLookup.NUMBER----ContactsContract类Android 2.0 API改变原来要读取系统联系人的信息只要如下代码即可实现Cursor people = getContentResolver().query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null);while(people.moveToNext()){int nameFieldColumnIndex =
阅读全文