In this video it shows the code to get the storage information (data) from your Android App. It shows example of fetching and displaying total storage available in the device and used storage. It uses a TextView to display the information. I hope you like this video. For any questions,…
Tag: apps
How to add Logs in your Android Java code and check the logs in Android Studio? – Logs in Android Java Code
In this video it shows how to add Logs in Android Java Code and then check it in the Logcat in Android Studio IDE. It adds below Log statement in the code for demonstation. I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
What is “Android Device Streaming powered by Firebase” in Android Studio? – virtual emulator
In this video it explains about the “Android Device Streaming” option to run virtual Android device or emulator in Android Studio environment. As per formal documentation, it states below: Android Device Streaming, powered by Firebase, provides secure direct ADB access to a wide range of Android devices, which you can…
What to do for “Microsoft Defender configuration” message pop-up in Android Studio Koala | 2024.1.2?
In this video we will show the steps one can do to resolve below pop-up message when it appears on the creation of a new project in Android Studio IDE. 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 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 rotate the layout orientation between portrait and landscape on touch listener in your Android App?
In this video it shows the code to detect any kind of rotation movement on touch screen. And then it rotates the Android App layout respectively to Portrait and Landscape orientation. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to use Toggle button in Android app layout?
In this video it shows how to use toggle button in an Android app layout. Implementation of Toggle button your Android app. 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: Sreenshots: Excerpt:…
How to make your inclinometer Android App to measure Tilt?
This video shows the steps to develop your Inclinometer Android app to measure tilt angle at a precision of 0.01 degrees. The App is published in Google’s play store and can be accessed at:https://play.google.com/store/apps/details?id=com.programmerworld.inclinometer_measuretilt I hope you like this video. For any questions, suggestions or appreciation please contact us at:…