Best plugins for android studio to make application development superfast

Become an Android developer, you always love the Plugins to use to make the android development easier and faster. Android Studio provides the… Read More

6 years ago

Firebase User Phone Authentication verification by otp in Android

As in my last tutorial, we understand the basic firebase concept like What is Firebase and How to use the… Read More

6 years ago

Understanding RxJava & RxAndroid Scheduler thread in Android

RxJava is the something like awesome when start using this feature in an Android application. In this article, we will… Read More

6 years ago

Android MVVM architectural design pattern with RxJava in Kotlin

To build an awesome android application, Architectural design pattern plays an important role. It makes our code modular and communication with… Read More

6 years ago

Load Image url on ImageView by using data binding with Picasso in Kotlin

While building the android app by using the MVVM architecture design pattern with Kotlin, I faced many of issue for… Read More

6 years ago

Understanding the launch mode of Activity in Android

Launch mode of activity is playing an important role to maintain the task and back stack. Before to explain the launch… Read More

6 years ago

How to improve android application performance and stability to go long way?

Nowadays android application development is at the top of technologies. Many of the people are using an android phone. So,… Read More

7 years ago

Understanding android Messenger and AIDL of Concurrency API

Now we got one more day to learn something new about the Service, Ok let's make today something awesome to learn more… Read More

7 years ago

Understanding Service, IntentService and BindService of android

Service is the most important component in android. Service is running in background It means that it does not have… Read More

7 years ago

Filter recyclerview items in between the range of numbers in android

In Android, recyclerview is majorly used component to show the item list data into recyclerview. Showing the list of data… Read More

7 years ago