Displaying device contacts with an indication that the contact is registered to the app
- by Prasanna Aarthi
We are developing a mobile app that needs to pick up device contacts, display them and indicate if the contact has already registered with this app. We have our DB in the server and the app fetches data using web services. What will be the best approach to implement the above scenario taking performance into consideration.
Option 1:
Every time…