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…
How to start one activity from another in android using Intent?
Today we are going to learn about Android Intents. Just imagine if you want to start one screen from another…
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…
Kotlin variable declaration, conditional statement and looping
What is Kotlin? Google has announced Kotlin as a official language for Android Application Development in Google I/O 2017. Google…
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…