Kotlin RecyclerView With data class (Kotlin)
Hi friends hope you are doing well . In this article i am gonna show you one of the most used view component in android. RecyclerView In Kotlin This article …
Read MoreLearn Application Development
Hi friends hope you are doing well . In this article i am gonna show you one of the most used view component in android. RecyclerView In Kotlin This article …
Read MoreIn This Tutorial Parallax transformer for ViewPagers that let you set different parallax effects for each view in your Fragments. Here we’ll implement a ViewPager that swipes through three views …
Read MoreHello Everybody! This tutorial is just going to cover App side implementation of Chat window with: Different message layout for Current user And Other users. Upward Endless Scrolling With Progress …
Read MoreHello World! Today i am going to show you how to use Google’s room persistence library to manage all SQLite Operation with in your app. According to google The Room …
Read MoreIn This Tutorial This question comes a lot when you need to detect an Android app goes to the background and come back to the foreground (android app is in …
Read MoreIn This Tutorial Here, we are going to learn how to implement ActionMode toolbar on RecyclerView item selection. In our demo we have two options, delete(to delete selected row) and …
Read MoreIn This Tutorial Here we learn how to handle onClick and onLongPress on an recyclerview item. In an android for listview we have a predefine onItemClickListener available to detect item …
Read MoreIn this tutorial Here we learn how to render android RecyclerView widgit with custom layout to show list of android versions and how to use RecyclerView.ItemDecoration to show recyclerview with …
Read More