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: app
How to check the ‘System.out.println’ output in Android Studio IDE project?
In this video it demonstrates that how one can check the ‘System.out.println’ in logcat window of the Android Studio IDE. It also shows how to filter the ‘System.out.println’ statements in the logcat with the System.out tag. I hope you like this video. For any questions, suggestions or appreciation please contact…
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 run Gemini fine tuned AI models in your flutter app?
In this video it shows the steps to develop a flutter app in which it uses a fine tuned model of Gemini AI tool. In this video it writes the dart code for the curl command in the below link:https://ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest#run_inference For steps to create a fine tune model, refer below…
Flutter Application hosting on Firebase server – Sample Page
The steps to deploy the flutter application in a firebase project and then embed in a WordPress page (as in this sample page) is shown in the below page:
How to get response in speech (voice output) in flutter web application?
In this video it shows the steps to get the output response in speech (voice output) from your Flutter based web application. It basically uses the following line of code from the below package: I hope you like this video. For any questions, suggestions or appreciation please contact us at:…