需要帮助访问 Android 中的系统内置联系人
我是 android 新手。我想使用 android 提供的内置联系人管理工具的系统。我已经搜索了很多,但无法准确了解如何继续操作。所以请帮助我了解如何添加联系人代码(而不是来自 GUI),如何在我的应用程序中访问它们(只是在文本视图中显示所有记录)。 是否可以在不使用 SQLite 或文件操作的情况下执行此操作(意味着仅在系统内存中读写)???
提前致谢...
I am new to android.I want to use system built in contacts management facility that android provides.I have searched a lot but couldn't get an exact idea that how to proceed for that.So please help me about how to add contacts from code(and not from GUI),how to access them in my application(simply to show all records in textview).
Is it possible to do this without using SQLite or file operations (means just reading and writing in system memory) ???
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这段代码!
从联系人屏幕返回后,
Have a look at this code!
after returning from contacts screen,