Best plugins for android studio to make application development superfast

7 years ago

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

Firebase User Phone Authentication verification by otp in Android

7 years ago

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

Understanding RxJava & RxAndroid Scheduler thread in Android

7 years ago

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

Android MVVM architectural design pattern with RxJava in Kotlin

7 years ago

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

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

7 years ago

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

Understanding the launch mode of Activity in Android

7 years ago

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

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

7 years ago

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

Understanding android Messenger and AIDL of Concurrency API

7 years ago

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

Understanding Service, IntentService and BindService of android

7 years ago

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

Filter recyclerview items in between the range of numbers in android

7 years ago

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