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…
Companion Object: How to declare static members in Kotlin?
In this blog, we are going to talk about the “companion” object in Kotlin. In short today I will show…
What is Open Class in Android Kotlin?
In this blog, we are going to talk about the “open” keyword in Kotlin. and How we can use the…
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…
Difference between var, val and const in Kotlin
A variable declaration is always an important part of any programming language. In Kotlin there are mainly three keywords used…
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…
Android Architecture Components: Working with Room Persistence Library
Android Architecture Components: Working with Room Persistence Library What is Android Architecture Components? > Architecture components are a set of…
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…