1

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?

Robert Lemiesz
  • 1,026
  • 2
  • 17
  • 29

1 Answers1

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 -

Community
  • 1
  • 1
jcw
  • 5,132
  • 7
  • 45
  • 54
  • 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