Top Android UI Controls that you must know about!
Android UI Controls are those components of Android that are used to design the UI in a more interactive way. It helps us to develop an application that makes user interaction better with the...
Android UI Controls are those components of Android that are used to design the UI in a more interactive way. It helps us to develop an application that makes user interaction better with the...
As we know, the core components of Android are Services, Activities, and Broadcast Receivers. Now, for their activation, we use messages known as Intents. Intent in Android enables communication between components of the same...
Moving further in our series of Android tutorials, now, it’s the turn for Android fragment. In this tutorial, we will learn about the working of Android fragment, its types, lifecycle, methods, and an example....
We all know that we don’t understand anything until we ourselves try it. The same thing applies here in Android, no matter how much theoretical knowledge you get, nothing would change if you don’t...
Content providers provide the content/data to Android applications from an Android system or other Android applications. Let’s go through the details of the content provider in Android through this article, but first, let’s take...
In this tutorial, you will get a complete understanding of the Android broadcast receiver. You will learn about system-generated intents with their working, classes of broadcasts and implementation of broadcast receivers in Android studio....
Ever thought of a music player, as a service? Yes, the music player is a service. Not sure how? Well, it runs in the background while the user happily uses some other application, isn’t...
Android Activity provides users with a frame to interact with & perform their actions. Since an activity interacts with the user, it designs a window to hold UI elements. An interactive application has many...
In the process of Android app development, programmers should choose a database to store the data this app uses. An inappropriate database may lead to data loss or some other problems with app performance,...
In this part of Android Tutorial, we will explain various Android Application Components used in Android development. There are four basic components and some additional application components, which we will learn in detail. Android applications...