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:…
Tag: control
How to create voice controlled Image Recognition Android app using AI/ML tool kit?
This video demonstrates creating a voice-based image recognition Android App using Google’s ML kit. The app uses speech recognition to label images and provide a spoken response. The tutorial provides step-by-step guidance and full source code. If interested in accessing the complete project folder, there’s a purchase option for $10, with access instructions available upon payment confirmation. Find the video tutorial and more details at the provided links. Contact for queries or further assistance.
How to restrict Dual App functionality for your Android App? – Android Studio code
This video shows the code to restrict the dual app functionality for your Android App. It seems that dual apps is an OS level functionality and most of the phone OEMs provide this functionality. There seems to be no direct API to restrict it. However, it can be done from…
How to control the size of the text using the seekbar in the floating window in your Android App?
In this video it shows how one can implement a pop-up floating window and control certain elements, such as text size, using the seekbar. It uses the progress attribute of the seekbar to set the respective size of the text in the text view. I hope you like this video….