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: install
How to download/ update your Android Studio version?
In this video it shows the steps to download/ update your Android version using below approaches: 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 Screenshots: Approach 1: Downloading latest version:https://developer.android.com/studio Approach 2: From Welcome Screen -> Right…
How to enable Install Unknown Apps option in your Android TV?
The video provides a guide on how to enable or disable the “Install Unknown Apps” setting on Android TV. The process is visually detailed, making it suitable for users of all technical levels. Furthermore, the creators encourage feedback, inquiries, and suggestions through their contact page or directly via email.
Enable google playstore in Emulator/ AVD (Android Virtual Device) in Android Studio
In this video it shows steps to enable google play store option in your Emulator/ Android virtual device in Android Studio. Google play store would be required to download and install other Apps in the Emulator. I hope you like this video. For any questions, suggestions or appreciation please contact…
How to install flutter (SDK) in your Windows OS and use it in Android Studio IDE?
Flutter is a tools to create and develop Apps for different platforms, such as Android, iOS, Windows, etc., using the same code base. Flutter supports many IDEs and editors such as Eclipse, Visual Studio, EMACs and Android Studio. In this page we will see how to install flutter (SDK) for…
How to create and install your custom toolbox in Scilab 6.1.1?
This video shows steps to create your own toolbox and install it in Scilab 6.1.1 version. For the demo it creates a simple function called AddNumbers which adds 2 numbers and returns the value. In this video it uses below page for reference: https://www.scilab.org/build-a-toolbox I hope you like this video….
How to allow “Install unknown apps” in your Andorid phone?
Please note, one should avoid installing unknown Apps or Apps from unknown sources. They may harm the device or retrieve personal user data from the device. So, please follow the below steps only when the App’s installation file (APK) is received from trusted source. However, reliable sources, such as Google…
How to setup and run your first python program in Windows OS?
In this video it shows a very simple way to setup the python environment. It also shows how to write a simple python program and run it in the environment. The complete steps can be done in 5 – 10 mins. I hope you like this video. For any questions,…
How to get the installation date of any App from your Android App?
In this video it shows how to get the installation date of any App installed on your Android Phone. In this video it develops an app and then uses the package manager info to fetch the installation date of the app based on it’s package name. Package Manager Info can…