Component - File access and storage
This UI component allows users to save text to a file and read it back. It demonstrates basic file access and storage in an Android app using Kotlin. Users can enter text, save it to internal storage, and then load it to see the saved content.