作为Android的新手,我要求你提供专家意见,
我正在从电话簿中选择联系人,并希望显示其电话号码(用户应选择一个,如果有的话)&电子邮件地址。
用户可以添加三个用户。
想要存储此内容。 (建议最佳方式。预制,数据库或文件共享)
请求紧急回复
答案 0 :(得分:0)
为了你的需要共享首选项最好是becoz:
-U are storing only one of the availabe data(which says the data is without any external relation)
-Retrieval is easier in shared prefs than DB :)
所以你可以将它用于你的场景