This video shows the steps to convert an immutable bitmap image to mutable bitmap image in Android App code. It uses below 2 approaches to do the conversion:– Bitmap.createScaledBitmap API– bitmap.copy API I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or…
Tag: apps
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 programmatically uninstall any other app on your device from your Android App?
In this video it shows the steps to uninstall an Android App programmatically from your Android App using the intent. In this demo it refers to the below webpage for getting the list of the package names of Apps installed on your device – https://programmerworld.co/android/how-to-get-the-list-of-all-the-apps-installed-in-your-android-phone-android-12-api-level-31/ I hope you like this…
How to easily create your AI (ChatGPT) based virtual voice assistant Android App?
In this video it shows the steps to build your own AI (ChatGPT) based voice assistant Android App. In this demo it refers the code from programmer world’s below 3 pages:https://programmerworld.co/android/how-to-integrate-open-ai-chat-gpt-model-gpt-3-5-turbo-in-your-android-app/https://programmerworld.co/android/how-to-convert-text-to-speech-in-your-android-app-complete-source-code/https://programmerworld.co/android/how-to-create-a-personal-voice-assistant-android-app-to-create-a-text-file-complete-source-code/ Some of the questions prompted for AI/ ChatGPT tool demo were:– Who won the last football World Cup?– How…
How to set the build variant – Debug or Release – in Android Studio? – version Giraffe | 2022.3.1
Set Build Variant:1. Debug2. Release 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 Details: Screenshots: Build APK files at:
How to obfuscate the source code while building APK of your Android App? – API 34|Android 14
Steps in this session:1. Create a simple App2. Build normal APK (non-obfuscated)3. Build Obfuscated APK In this video it shows the source code in the APK file for 3 types of APKs built:1. Debug variant2. Release non-obfuscated variant3. Release obfuscated In this video it refers to the below pages:– Android…
How to get source code from APK file of an Android App? – API 34|Android 14
Steps:1. Convert APK to JAR2. Convert JAR to source 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 Details: Source code: Screenshots: Links of Tools: used in this demo: Dex2Jar: https://drive.google.com/file/d/1BaFRPTbhDD7BlPnmToq9AJxB0IAWpwmn/view?usp=drive_link https://github.com/pxb1988/dex2jar/releaseshttps://sourceforge.net/projects/dex2jar/files/ JD-GUI/ Java decompiler: https://drive.google.com/file/d/1eZOX6USPyy4Uq6YSXPFZN43OiF5ze75J/view?usp=drive_link http://java-decompiler.github.io/
How to live stream video from camera using the new createCaptureSession API in your Android App? – API 34
In this video it shows the steps to create live streaming video from the phone’s camera on the Texture View widget of your Android App. It uses the new CameraDevice.createCaptureSession(sessionConfiguration) API. The previous versions of this API are deprecated from API version 30 onwards. I hope you like this video….
How to integrate Open AI Chat GPT model “gpt-3.5-turbo” in your Android app?
In this video it shows the steps to integrate the Chat GPT APIs of “gpt-3.5-turbo” model in your Android App. It uses Android’s volley library to call the GPT APIs from the Json object. I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
How to use YouTube IFrame Javascript API to play YT videos embedded in your Android App?
In this video it shows the steps to implement YouTube IFRAME API to play the YouTube videos in your Android App. In this video uses the sample Java Script HTML code from the google developer page: https://developers.google.com/youtube/iframe_api_reference I hope you like this video. For any questions, suggestions or appreciation please…