How to prevent Screenshot / Screen Capture in Android JAVA & Kotlin ?

If you do not want to allow people to take screenshots of some data from your android … 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

adb uninstall

If We want to uninstall the apk, using adb, we need to know the package name of … Read more

List all permissions used by data and system applications in android

Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more

Find all supported features of android device using adb

Following command Prints all features supported by the android system / device. Following is the output of … Read more

Make phone call using adb command

If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more