bluetooth

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

How to generate upload key and keystore for Android App Signing ?

When you are ready to publish your Android Application, you need to sign your app and upload … Read more

App Icon

How to create Adaptive App Icons for Android Application ?

Starting Android 8.0 (API level 26) android supports adaptive launcher icons, which can display a variety of … Read more

adb shell screenrecord

If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more

itsallwidgets.com – Flutter community to showcase Flutter apps

itsallwidgets.com is a site which provides a place to learn about new apps being developed and released … Read more

How to install Android Studio for 32 bit and 64 bit Windows machines ?

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 and Flutter Engine ?

What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … Read more

Install the Flutter and Dart plugins with Android Studio

If you want to develop flutter applications and has an experience of working with Android studio, you … Read more

adb install

If we want to install an apk already downloaded or we compiled, use below command to install … Read more