Walkie Talkie Android App This video shows the steps and code to develop your own walkie talkie Android app. It uses Firebase Realtime database to exchange the audio data over internet. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
Tag: smartphone
How to get total storage (memory) and used storage of the device in your Android App?
In this video it shows the code to get the storage information (data) from your Android App. It shows example of fetching and displaying total storage available in the device and used storage. It uses a TextView to display the information. I hope you like this video. For any questions,…
How to add Logs in your Android Java code and check the logs in Android Studio? – Logs in Android Java Code
In this video it shows how to add Logs in Android Java Code and then check it in the Logcat in Android Studio IDE. It adds below Log statement in the code for demonstation. I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
What is “Android Device Streaming powered by Firebase” in Android Studio? – virtual emulator
In this video it explains about the “Android Device Streaming” option to run virtual Android device or emulator in Android Studio environment. As per formal documentation, it states below: Android Device Streaming, powered by Firebase, provides secure direct ADB access to a wide range of Android devices, which you can…
How to open a video file from Download folder directly from your Android App using FileProvider in SDK API 34?
This video shows the code to open a video file (mp4 file) from the Download folder of the Android device directly from your Android App. It uses FileProvider to open the video file in the default application of the device to run the video file. In this video it demonstrates…
How to open an Image file from Download folder using FileProvider in your Android App in SDK API 34?
This video shows the code to open an image file directly from your Android App. It uses FileProvider to access the files beyond the App’s data scope limit. This App is developed in API 34. I hope you like this video. For any questions, suggestions or appreciation please contact us…
How to use Toggle button in Android app layout?
In this video it shows how to use toggle button in an Android app layout. Implementation of Toggle button your Android app. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other details: Sreenshots: Excerpt:…
How to download a file from FTP server in your Android App?
In this video it shows the code to download a JPG file from FTP server and then display it over an ImageView in your Android App. It uses following dependency in the code:https://mvnrepository.com/artifact/commons-net/commons-net/3.10.0 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to delete a file from FTP server from your Android App Java code?
In this video it shows the code to delete a file over FTP server from your Android App’s Java code. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other details: GitHub: https://github.com/programmerworld1990/deletefromftpMaven Dependency:…
How to connect to the FTP Server from your Android App?
This video shows quick steps to create your FTP client Android App. It demonstrates the example by connecting to a FTP server created on the local LAN network. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete…