Drag and drop item of recyclerview in android

7 years ago

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

Firebase User Authentication in android

8 years ago

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

Uplaod a file by using RxUploader in Android

8 years ago

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

Upload a file by using retrofit in android

8 years ago

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

Upload a file on Firebase Storage in Android

8 years ago

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

How to define static constant fields in Kotlin?

8 years ago

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

Basic of Kotlin to get started in Android Part-5

8 years ago

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

How to use android data binding in Kotlin?

8 years ago

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 with Dagger2, Retrofit, Anko and RxJava in Kotlin Android

8 years ago

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

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

8 years ago

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