adb shell command to Turn ON Bluetooth & make it discoverable
We can turn on the Bluetooth using adb command as below, once you type this on your … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
We can turn on the Bluetooth using adb command as below, once you type this on your … Read more
When you are ready to publish your Android Application, you need to sign your app and upload … Read more
Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more
When we were compiling our app source code with “./gradlew clean build” we got following error, Solution … Read more
If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more
If you are working on Android application or AAR Library, you will be using applications context frequently … Read more
If you do not want to allow people to take screenshots of some data from your android … Read more
itsallwidgets.com is a site which provides a place to learn about new apps being developed and released … Read more
Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more
What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … Read more
If you want to develop flutter applications and has an experience of working with Android studio, you … Read more
If we want to install an apk already downloaded or we compiled, use below command to install … Read more