I am busy getting my app user friendly, and have a few points I would like advice on:
-
I have a Screen that compile a Participant List, and a Screen that compile Lap times. Each screen save to its own .csv file for sharing. Is it better to have each screen to have its own sharing button, or a"home" screen with one share button?(Keep in mind I can only share one file at a time)
-
File System - At the moment the csv files is being saved directly under Internal storage. Is it wise to do so, and if not how and where do you create a dedicated folder?
-
APP Settings: The App reads from a Google sheet, so I need to have a textbox for a custom sheets URL. That need to be saved into a file, and read every time the app start, and be able to be changed in a Settings Screen. Where do I save that txt file? If I have a dedicated folder being created, as in point 2 above, it would be easy, I can have a txt file for each setting. But to have it directly under Internal storage, It might get deleted and is not very organised.
Thanks,
Jakes