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…
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…
Android Studio Keyboard Shortcuts : Become a Productive
Android Studio is a most popular and widely used IDE by Android Developers. Research shows that programmers who uses Keyboard Shortcut…
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….
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…