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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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 - |
|||||
|