Simplifying Passing Data Between Activities in Android with Kotlin
When developing android applications we most likely will be writing the logic to start new Activity if it’s not hello world app. Sometimes we need to pass some data to that new screen. For example we can pass String…