Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个新的活动来从用户的手机中获取所有联系人(只有那些有电话号码的人)。我会为此使用 ContactsContract。但是,要显示结果,我应该使用什么 UI 组件来显示 android 手机中的所有联系人?
您想使用带有光标适配器和光标加载器的 ListView 来绑定您的结果。
http://developer.android.com/guide/components/loaders.html