Hello.
I was searching the net for a good tutorials on Android and this is it.
How ever I was not able to find any tutorials that will take step by step on how to create the following:
simple interface with 2 fields or more that will save name and phone number / email to the contacts app. I'm developing a program that will have a people search functionality and then I would like users to be able to save the data to their phone. I was able to create a separate DB with sqlLite and save my data there but I think it would be much better having all your phone numbers in one place.
Thank you

