PinnedPrasad PeruguActivity Lifecycle — AndroidActivity is a class which serves as a glue between android system & your app. It is entry-point to your UI, you can organize the flow…Nov 2, 20231Nov 2, 20231
Prasad Perugudata class in kotlin-Part 2data classes- holds the data. ->It helps to compare, display, read and modify this data easily.Aug 10, 2023Aug 10, 2023
Prasad Peruguwhy JetBrains called it as data class in Kotlin? Part-1data class is a class which needs to hold the data, but in normal class that may or may-not that’s user wish. what do I mean by this…Aug 2, 2023Aug 2, 2023
Prasad Perugulazy delegate variable in KotlinLet’s say a variable is a place holder of data. val planet:String = “Earth” val solarSystem = SolarSystem(“Earth”) // creating an objectAug 1, 20232Aug 1, 20232
Prasad Perugu== vs === in kotlin(polymorphism behaviour)one line answer is === will use in data classes in kotlin. * I will try to explain == vs === operator use cases in Kotlin with respect to…Aug 1, 2023Aug 1, 2023
Prasad PeruguAndroid ActivityWhen you run your android app, its going to load/show one page/screen to you, activity is nothing but that screen. * So activity is a…Jul 14, 2023Jul 14, 2023
Prasad PeruguCosmos-GeekHey, you are reading this article(data) of mine. So that was fixed at BigBang. If our next conversation also fixed nothing will stop it…Jul 12, 2023Jul 12, 2023