Can someone point to some tutorial on setting up and creating applications for Google contacts that are in packages / applications / contacts and launching them in an Android emulator.
I know that it has many dependencies, including the provider itself, which is a separate service. and other libraries from the source folder, but I'm trying to understand how Google developed their contact application and uses some of its methods in my application.
I am currently debugging manually! ^ - ^ .. its very very painful, esp after intent calls ..
but if I could compile and create the Contacts application myself and run it in the emulator, I can add some simple debugging messages and recompile them, and then trace them. Can someone please help me with this.
Thanks in advance
source share