Testing Different Methods of Launching Android Activities In Kotlin
|

Testing Different Methods of Launching Android Activities In Kotlin

I learned the 😓 hard way: There should be better ways to launch the Kotlin Android activities. Passing extra’s data via intent for serialization, and de-serialization on target Activity. So, I have read a lot of articles and gather a couple of cool ways to launch Android activities. Launching activities in android app is a…