In this video it shows the steps to connect to remote repository Github from your Android Studio. It shows the steps to upload (commit/ push) the files of the master branch in the remote github repo. I hope you like this video. For any questions, suggestions or appreciation please contact…
Tag: explorer
How to open Device Explorer of Emulator (AVD) in new UI of Android Studio HedgeHog | 2023.1.1?
This video shows the steps to open the device explorer window in the new UI of Android Studio HedgeHog (2023.1.1). The device explorer window can be used to access and even place the files in the device’s folders, such as in download folder. I hope you like this video. For…
How to put a file in the download folder of Android studio emulator – AVD?
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…
How to create and delete a file programmatically from your Android App?
In this video it shows how to create and delete a file in your phone’s file system from your Android App. It uses a sample file ABC.pdf for this demo. In this App 2 buttons are created, one for creating the file and another for deleting the file. It uses…