This guide outlines the conversion process for running existing Java-based Android apps on both web and mobile platforms through Dart, the language powering Flutter. This enables multi-platform deployment with a single codebase for efficient development and wider app reach. This guide explores the process of migrating existing Android applications developed…
Tag: application
How to add login page to your Flutter Application? – Dart code
In this video it shows the steps to implement the Login Page in Dart code of your flutter application. 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: Project folder can be…
How to run Python code in Android App?
In this video it shows the steps to run a python code in Android App’s code. It calls the python script from the Java code. It uses chaquopy plugin, which is Python SDK for Android. Details are available at: https://chaquo.com/chaquopy/ The steps for setting the Gradle is taken from this…
How to develop a simple Flutter App using Dart code for Android and Web application?
This video shows the steps to create a simple Flutter App which can be run across platforms such Android, Web, windows Desktop and iOS. In this demo it shows the application by running the application on Android phone emulator and Chrome web browser. I hope you like this video. For…
How to make Car Dashcam (Dashboard Camera) Android App? – complete source code
In this video it shows the steps to create your own Car DashCam Android App. DashCam, also called as Dashboard Camera, can be used to record video and audio from the camera of your mobile phone while driving the car. Excerpt about DashCam App:Building a car dashcam app for Android…
How to do image recognition/ classification using Google’s Gemini (gen AI) APIs in your Android App?
In this video it shows the steps to develop your image recognition/ classification Android App using Google’s Artificial Intelligence (Gen AI) Gemini Tool. To generate API Key – https://aistudio.google.com/app/apikeyTo run Gemini App in browser – https://gemini.google.com/appWebpage referred in this demonstration: https://programmerworld.co/android/how-to-integrate-googles-gemini-ai-in-android-app-java-code/ I hope you like this video. For any questions,…
How to display or print fixed number of decimal points of float data in textView of Android App?
In this video it shows how to limit the number of decimal points of a float or decimal while printing it on a textView widget of Android App. It basically uses below line of code to limit the decimal places. I hope you like this video. For any questions, suggestions…
How to hide the Android App icon in home screen and start the hidden Apps?
This demo shows the setting to hide the App Icon from your Android device’s home screen. If the App is “force Stop” and killed from the task list (task manager), then the only way to re-start the App will be reinstall it from the APK file initially used to install…
How to check exit confirmation on clicking back button in Android App?
In this video it shows the code to check exit confirmation on clicking back button in Android App. Basically, for this implementation it follows below two steps: 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…
How to display splash screen for fixed duration at the start of your Android App?
In this implementation it shows how to display the splash screen for a fixed duration at the start of your Android App. Steps involves: 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…