AVD = Android Virtual Device This video shows the steps to put any file in the download folder of your Emulator/ Android Virtual device running in Android Studio. This same concept can be user to put the file in any other folder or read files from any other folder. I…
Tag: handset
How to get the list of Apps installed on the phone from your Android App? – complete source code
This video shows a simple method to get the list of all the Apps installed on your phone. It uses the Package Manager to get the list of all the packages installed and then extracts the package name from it. It uses list view to display the package names (installed…