Day

September 19, 2018
In Android Studio after creating android project we have to test OR run the created project. to test the project  we need android  Emulator that is Android Virtual Device(AVD). Emulator represents a specific android device. Using Emulator we will run the application without .apk file. Emulator used to fix the issue OR bugs while testing...
Read More

Categories