I am trying to make a text messaging app for android. I would like the layout to be pretty similar to that of the native app, but it will include additional features. I need to create a contacts screen that is automatically synchronized with the Android contacts. Any ideas on where to start with this?
Asked
Active
Viewed 178 times
1 Answers
0
You are going to need to look at reading contacts from the android device, that can be found here -
I would display them in a list view, which you can look at here -
-
If this answer helped you, click the little check mark in the top corner underneath the post score to accept this answer and mark it as solved. – jcw Nov 16 '12 at 06:30