How to enable ALOGV verbose debug messages in Android Logcat ?

When developing Android applications, debugging is a crucial part of ensuring your code works as expected. One … Read more

Different between WifiNetworkSpecifier and WifiNetworkSuggestion

WifiNetworkSpecifier and WifiNetworkSuggestion are both classes introduced in Android to facilitate the management and connection to Wi-Fi … Read more

How to generate platform key for Signing App using Android Studio ?

If we are working on Android platform and require certain applications to be signed using platform key, … Read more

Understanding Android Touch Event , onTouchEvent ( Motion Event )

When we just touched the touchscreen and printed the logs in application using “onTouchEvent” it printed following … Read more

How to identify and change input device location in Android ?

Identify what is the current location of the input device using getvent command as, So, the output … Read more

Identify Input Device Information in Android

To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more

How to capture Bluetooth packets on Android ?

Bluetooth

When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more

Android Power OFF Sequence / How Android Shuts Down works ?

This post tries to brief about how android shutdown / poweroff sequence is with respect to the … Read more

How early suspend works in Android ?

This post briefs about the source code flow of how early suspend mechanism in power managerment works … Read more