Item drag and drop of RecylerView is the very cool feature in android. Drag and drop feature is the inbuilt… Read More
Firebase authentication in Android is one of the best features to connect users with your application. Firebase is actually cloud that… Read More
RxUploader is reactive uploader for Android by using RxJava and OkHttp. Upload an image or file is widely used in… Read More
In this tutorial, we will learn how to upload a file on the server by using Retrofit. Retrofit is the most… Read More
In Android, Firebase is actually a cloud that provides the backend. Some of those are might know about the backend and… Read More
While developing any android application we need to define the bunch of constant fields and variable into the Constant file.… Read More
Kotlin is an awesome language which is implemented by JetBrains. We have practiced many features of Kotlin to build the awesome… Read More
DataBinding is the Android library which is allowed to bind the data model directly to XML view in an easy… Read More
MVP design pattern is the best design pattern in Android for building Android applications. We have already practiced MVP architecture design… Read More
Sometimes we need to log out the user or expire his session if he did not perform any interaction with… Read More