How can i open a txt file from my phone and see it on the app screen

Hello i am a pretty new mit app user and i need help for opening and seeing txt files. i want to select a txt file from my device and open that txt file in a label or something. Can anyone help?

Use the File component.

This may depend on your Android version and/or whether the text file was created by your app.

Otherwise you may need to use Storage Access Framework and an extension (SAF) to be able to read text files on your device.

1 Like