Drag and drop item of recyclerview in android

Item drag and drop of RecylerView is the very cool feature in android. Drag and drop feature is the inbuilt… Read More

7 years ago

Firebase User Authentication in android

Firebase authentication in Android is one of the best features to connect users with your application. Firebase is actually cloud that… Read More

7 years ago

Uplaod a file by using RxUploader in Android

RxUploader is reactive uploader for Android by using RxJava and OkHttp. Upload an image or file is widely used in… Read More

7 years ago

Upload a file by using retrofit in android

In this tutorial, we will learn how to upload a file on the server by using Retrofit.  Retrofit is the most… Read More

7 years ago

Upload a file on Firebase Storage in Android

In Android, Firebase is actually a cloud that provides the backend. Some of those are might know about the backend and… Read More

7 years ago

How to define static constant fields in Kotlin?

While developing any android application we need to define the bunch of constant fields and variable into the Constant file.… Read More

7 years ago

Basic of Kotlin to get started in Android Part-5

Kotlin is an awesome language which is implemented by JetBrains. We have practiced many features of Kotlin to build the awesome… Read More

7 years ago

How to use android data binding in Kotlin?

DataBinding is the Android library which is allowed to bind the data model directly to XML view in an easy… Read More

7 years ago

MVP design pattern with Dagger2, Retrofit, Anko and RxJava in Kotlin Android

MVP design pattern is the best design pattern in Android for building Android applications. We have already practiced MVP architecture design… Read More

7 years ago

Auto Logout or Expire the session after 5 minutes of user inactivity

Sometimes we need to log out the user or expire his session if he did not perform any interaction with… Read More

7 years ago