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,…
Tag: app
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:…
How to list all the Gemini models using API in Flutter Android and Web App?
In this video it shows the API to list all available Gemini models in your Flutter Android and Web App. For getting the access the access token, as mentioned in this tutorial, the steps are shared in the below link:https://programmerworld.co/ai-gen-ai-generative-artificial-intelligence/how-to-setup-oauth2-0-authentication-for-googlegcp-account-obtain-access-token-for-gemini-apis/ Also, in this tutorial it refers the cURL command from…
How to integrate Gemini AI APIs in Flutter Android and Web Apps?
In this video it shows the steps to integrate the Google’s Gemini AI APIs in the Flutter code to develop Android and Web Apps in Android Studio IDE. It refers to the below page for development of the App:https://ai.google.dev/gemini-api/docs/quickstart?authuser=2&lang=dart API Key can be obtained from the below link:https://aistudio.google.com/app/apikey I hope…