Vector Drawables are supported from API level 21 in Android and it was introduced to improve the performance by reducing image rendering time and the APK size but if we use them...
Using Bug Report: Reproduce the ANR and Capture the Bug report via Take bug report option from Developer options or via adb bugreport command Search for Reason for ANR...
Google introduced a new Splash Screen behavior in Android 12 and it will automatically generate a splash screen on the launch of any application This is causing an issue of...
Many Chrome OS devices for instance,chrome book now support Android apps and Google play store Android apps designed for phones and tablets can be optimized for...
OVERVIEW : An Access Point Name (APN) provides a gateway to connect different carrier mobile networks (GSM, GPRS, 3G, 4G) to another computer network, which mostly is...
Developing Android Application as an Android Developer requires a lot of things out of which writing code & navigating through code is an important aspect So while doing...
Before learning how to discover and enable Bluetooth in Android let’s know a few things about Bluetooth Android Platform includes Bluetooth framework support that allows the...
Often we come across bugs reported by customers which are not reproducible at our end but it is reproducible in the customer's environment Once you've made a number of attempts...
Selenium IDE (Integrated Development Environment) is an open source Chrome and Firefox plugin To get started with Selenium IDE, we need to add it as an extension in our...
To understand webview implementation changes throughout the android versions, we first need to understand what Webview Implementation is : Webview Implementation is...