Add contact to android emulator

My problem is pretty simple, I think:

I would like to be able to add a contact to my contact list with a simple click on the button (and check it on the emulator). The data for this contact will be stored in the source code of the application. is there an easy way to do this?

thank you for your answers

+3
source share
1 answer

The only easy way to insert a contact is to use an action INSERTin which you provide some data and run the action for the user to provide the rest and confirm that it is added to the contact list. Here is an example project demonstrating this .

+3

Source: https://habr.com/ru/post/1735842/


All Articles