In this video it shows the steps to integrate the AI (Artificial intelligence) tools, such as Gemini and Amazon Q, using the Plugins in Android Studio. 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…
Tag: open
How to integrate Google’s Gemini AI APIs in Kotlin code of your Android App?
This video demonstrates the quick integration of Gemini’s API, Google’s AI tool, into an Android app. The tutorial refers to the page https://ai.google.dev/tutorials/android_quickstart for the integration steps and provides a link for generating the required API key. The code snippet shows the implementation using Kotlin and XML. The video invites viewers to reach out for questions, suggestions, or appreciation. The Android app’s source code and additional details are provided. The manifest file, plugins, dependencies, and relevant XML layout are also included.
How to create sample AI chatbot Android App using Google’s Gemini in Less than 10 minutes?
This video tutorial demonstrates the swift creation of an AI-based chatbot using Google’s Gemini in under 10 minutes. It utilizes the Android Studio Jellyfish | 2023.3.1 Canary 11 version for the demonstration. The complete source code and additional details are accessible at the provided link. For inquiries, suggestions, or appreciation, contact via the given website or email address. Additionally, the project folder is available for download through the provided link.
How to upload a file in OpenAI(ChatGPT) for Fine Tuning?
Steps to upload the file is provided in the below URL: https://platform.openai.com/docs/api-reference/files/create The sample curl command provided in this page is: One will have to update this curl command with one’s details. Below is my example: Then run it in Windows command prompt as below: =========== To get the files…
How to generate images using Open AI ChatGPT Dalle RestAPIs in your Android App?
This video shows the steps to use Open AI ChatGPT Dall-e RestAPIs to generate the images as per the prompt by the user of your Android App. It refers to the curl commands provided in the below URLs:https://openai.com/blog/dall-e-api-now-available-in-public-betahttps://platform.openai.com/docs/api-reference/images/create I hope you like this video. For any questions, suggestions or appreciation…
How to customize long press app icon item list (ShortcutManager menu dialog) for your Android App?
In this video it shows how one can customize the long press menu item list for the Android App. When a user presses the icon of any App, Android shows up some of the options. This list of options is called shortcut info list and the dialog is shortcut manager….
How to insert splash screen at the start of your Android App?
In this video it shows how to create a splash screen (welcome screen) at the start of your Android App. This splash screen is displayed while your App takes time to load on the mobile. The splash screen can be used to display company’s (App’s) logo or certain information which…