In this tutorial, it shows the steps to develop your Android app to upload an image file to the FTP server using FTP Client commands. 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…
Tag: apps
How to integrate Meta’s AI Llama Json APIs in your Android App java code?
This tutorial shows the steps to integrate Llama (Meta’s AI open-source tool) APIs in your Android Java’s code using Curl command. It uses Volley libraries to call the Curl command from the Java code. For documentation on the APIs reference used in this code, please refer: https://docs.llama-api.com/api-reference/endpoint/create In this demo…
How to commit and push the project files to a private Github repo from your Android Studio?
In this video it shows the steps to connect to a private repo from your Android Studio. It uses the Classic token to authenticate the connection. Further, it shows how one can commit and push the files to the Github repo. I hope you like this video. For any questions,…
How to implement radio buttons in a radio group in your android app?
In this video it shows the code to implement the Radio Buttons in a Radio Group in your Android App’s Java code 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 and other details: Screenshots:
How to create AR (Augmented Reality) Android app by superimposing your own 3D model image on camera view?
This video shows the steps to create AR (Augmented Reality) Android app by superimposing your own 3D model image on camera view. In this video it shows the below steps: 1 Create GLTF file2 Put the file in your GitHub public repo3 Update the Android code The Android code in…
How to build an AI chatbot using Google’s Gemini APIs in Kotlin in Android App?
This video shows the steps to build your own AI Chabot from scratch. In this demo it uses the Google’s Gemini APIs to build the chatbot in Kotlin language. It refers below document for quickstarter guide:https://ai.google.dev/tutorials/android_quickstart#kotlin For APIKey generation, one can use below link:https://aistudio.google.com/app/apikey I hope you like this video….
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 record continuous videos (splitting into multiple files) like cctv from your Android App?
This video demonstrates how to develop a CCTV-style video recording app for Android using the device’s camera. The tutorial includes code references and provides a link to the source code. The app splits recordings into separate files and includes features like setting a maximum recording duration and file size. The project folder is available for download upon payment of $10, with access details provided upon confirmation. For questions and access, contact the developer via the provided email or website.
How to develop a video recorder Android App? – Android 14 | API 34
This video tutorial demonstrates the process of creating an Android app for video recording and saving the video file in the device’s Download folder. It includes the necessary code and permission requirements. The app utilizes the device’s camera and microphone and provides options to start and stop video recording. The accompanying manifest and layout files are also provided. The complete project folder can be obtained by purchasing it for $10. After payment confirmation, access can be requested by contacting the developer. For further details, the developer can be reached at programmerworld1990@gmail.com or through https://programmerworld.co/contact/.
How to check the Screen’s Display state ON/OFF from your Android App?
This video demonstrates how to check the display state of an Android device, displaying “ON” if the screen is activated and “OFF” if it is deactivated. The accompanying source code uses the DisplayManager to achieve this. The video also provides a link to the full project folder for purchase and offers support for any inquiries or payments. Screenshots of the display under different conditions are included. For further details or to obtain access to the complete project folder after payment, please visit https://programmerworld.co/contact/ or email programmerworld1990@gmail.com.