Component - SharedPreferences / DataStore
This UI component demonstrates how to save and read simple user data using SharedPreferences or DataStore in Android Kotlin. It shows a text input and a button to save the input, and a text display to show the saved value.