Data Passing between Activities Using Intent
activit_main.xml MainActivity.kt Second.kt activit_second.xml Third.kt activity_third.xml AndroidManifest.xml
Explicit Intent in Kotlin
Intent:- Intent is an action element1) Move from one page to other2) Transfer data from one activity other activity3) Invoke System components — Camera, Gallary, Document, Video, Browser Intent 2…
Activity Life Cycle
Activity: An activity represents a single screen with a user interface just like window or frame of Java. Android activity is the subclass of ContextThemeWrapper class Service A service is a component…
Recycler view in Kotlin
activity_main.xml MainActivity.kt CustomAdapter.kt rowlayout.xml