AleFachini
Lurker
Hello:
I want to make a simple app that allows to upload an image from my device, screenshot from screenshot album for example, and add a comment to it. I am having problems since im a begginer where to start?
1- Should i use a copy of the image to be reloacted(copied) inside my app folder? where to start this way? i mean what should i use?
2- Should i make my app load the image by reference from my phone, with this i could delete the file from outside the app and loss the image. how should i do this if this is the right way to do it?
3 I would use RoomDatabase for saving the coments for each image, but what library should i use for saving the images?
Thank you very much, i only need guidelines i don't need code snippets, im just starting.
I want to make a simple app that allows to upload an image from my device, screenshot from screenshot album for example, and add a comment to it. I am having problems since im a begginer where to start?
1- Should i use a copy of the image to be reloacted(copied) inside my app folder? where to start this way? i mean what should i use?
2- Should i make my app load the image by reference from my phone, with this i could delete the file from outside the app and loss the image. how should i do this if this is the right way to do it?
3 I would use RoomDatabase for saving the coments for each image, but what library should i use for saving the images?
Thank you very much, i only need guidelines i don't need code snippets, im just starting.