As an app or library developer, we may need to initialize the components at the app startup One solution is initializing your components inside the application class one after...
Posted by Bvmg karthik
Apps by default trust the pre-installed system Certificate Authorities (CA), but if someone wants to configure custom CAs in order to use self-signed certificates or certificates...
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...
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...
When you Register for any Broadcast receiver by Default onReceive() method will be called on the Main Thread( UI Thread) But If we want to do any heavy operations or if your...