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.
我正在尝试为 android 制作一个短信应用程序。我希望布局与本机应用程序的布局非常相似,但它会包含其他功能。我需要创建一个与 Android 联系人自动同步的联系人屏幕。关于从哪里开始的任何想法?
您将需要查看从 android 设备读取联系人,可以在此处找到 -
我会将它们显示在列表视图中,您可以在此处查看 -
http://developer.android.com/guide/topics/ui/layout/listview.html
http://www.mkyong.com/android/android-listview-example/