Component - Passing data between activities
This UI component demonstrates how to send data from one screen (activity) to another in an Android app using Kotlin. It shows a simple form where you enter text, press a button, and the next screen displays the entered text.