How to reduce APK size in Android?
In this article, we will learn about How to reduce APK size in Android?
In this article, we will learn about How to reduce APK size in Android?
A floating window in Android is a user interface element that appears on top of other apps and windows. It is also known as an overlay or a floating view. The floating window is not bound to any specific activity, and it can be moved, resized, and interacted with independently of the underlying app or activity.
In this article, we will learn about difference between ArrayList and HashMap in Java
Guide view is used to guide the user for how to use a particular application or functionality of application.it helps the user to understand the functionality.
An intent is to perform an action on the screen. Intent is used to start an activity, send a broadcast receiver, start services and send messages between two activities. Intent is used with startActivity() method to call activity, broadcast receivers etc.
Media Projection was introduced in Lollipop and gives us the ability to capture what’s on the screen and also recording screen.Media Projection API was introduced in Android API level 21. Using this API we can capture the screen.
In this article, you will learn for how to get data from retrofit in android.