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: code
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…
How to convert an image file to bytes array in your Android App?
This video shows the code to convert an image file content to byte array in 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: Screenshots:
How to delete a file from GitHub Repository programmatically from your Android App – Java code?
This video shows the java code to delete a file from the GitHub repository. Please refer to the below for steps to committing the file in the GitHub:https://programmerworld.co/android/how-to-commit-a-file-to-github-programmatically-from-your-android-app-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…
How to commit a file to GitHub programmatically from your Android App Java code?
This video shows the code to commit a file to a GitHub repository programmatically from your Android App. It uses the GitHub Java APIs from the below Maven – https://mvnrepository.com/artifact/org.kohsuke/github-api/1.319 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at:…
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 connect to Github and upload the files from Android Studio?
In this video it shows the steps to connect to remote repository Github from your Android Studio. It shows the steps to upload (commit/ push) the files of the master branch in the remote github repo. I hope you like this video. For any questions, suggestions or appreciation please contact…
How to integrate google’s Gemini AI in Android App Java code?
This video shows the steps to integrate the Gemini’s API, Google’s AI tool, in your Android App’s Java code.It refers below document for quickstarter guide:https://ai.google.dev/tutorials/android_quickstart#java For APIKey generation, one can use below link:https://aistudio.google.com/app/apikey I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
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 wait for a Thread to complete in Android App java code?
In this video it shows how to use thread.join to wait for the thread to complete before proceeding with the next steps/ execution in the code of your Android App. To demonstrate it uses parts of the code from the below page: https://programmerworld.co/android/how-to-read-the-content-of-a-https-website-in-your-android-app/ I hope you like this video. For…