adb shell screenrecord
If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
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 we want to install an apk already downloaded or we compiled, use below command to install … Read more
If We want to uninstall the apk, using adb, we need to know the package name of … Read more
Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more
Following command Prints all features supported by the android system / device. Following is the output of … Read more
If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more
First connect to adb, Now using below command, we can identify all the installed libraries on an … Read more