I am very new to android programming.
I deployed my search app which has a database to the emulator.
Then I make some changes to the data in the code in Eclipse, and run the project as Android Application.
The data shown in the emulator is still the old data.
How can I see the new data without restarting the emulator and checking Wipe User Data?
It takes very long to start the emulator.