RecyclerView Item Click: Handling single item click and long press (Kotlin)
Today we are going to check about How to handle RecyclerView Item Click?. I am assuming that you already know…
Navigation Drawer Using Navigation View in Android
Navigation Drawer Navigation Drawer is a UI panel that shows your application’s main pages menu items. It opens when…
How To Create RecyclerView With Multiple View Types
RecyclerView With Multiple View Types Today we are going to discuss that how to display RecyclerView With Multiple View Types….
StaggeredGridLayoutManager With RecyclerView (Kotlin)
StaggeredGridLayoutManager StaggeredGridLayoutManager is a part of RecyclerView.LayoutManager. For displaying list of items like Pinintrest we can use StaggeredGridLayoutManager with RecyclerView. …
GridLayoutManager With RecyclerView (Kotlin)
GridLayoutManager GridLayoutManager is a part of the RecyclerView.LayoutManager. For displaying list of data in Grid like Photo Gallery we can use…
How to display list of data into Recyclerview in Android
RecyclerView In Android Recycling is very important as waste has a huge negative impact on the natural environment. Same as…
Bottom Sheet Android Kotlin
Android Bottom Sheet Google introduce many new components like Bottom Sheet, Navigation View, Floating Label Edittext, Floating Action Button, Snackbar,…
Subscribe
* You will receive the latest news and updates on your favorite celebrities!
Quick Cook!
How to use Data Class in Kotlin?
In this blog, you will learn about How to use Data Class in Kotlin? and What is Data Class? Tired…
Android Kotlin Tutorial: How to create a Class and Object ?
Today we are going to learn How to Create a Class and Object in Kotlin. Kotlin is an Object Oriented…