How do i store an user picture and use it later in the app?

Hello, i’m a complete beginner and so far i managed to store text datas from the user and use it in my app using TinyDB which is really simple to use. But now i have a problem, how do i do the exact same for the user pictures? I just want my user to upload the picture with ImagePicker (locally, no external or something that needs internet) he wants and then show his picture in a screen of my app. (the picture must stay even if the user close the app. Exactly like TinyDB.)

Thank you for anyone helping me. I’m sorry for this question which has probably been asked multiple times already but i cant seem to find help.

If your app is less than android version 10+ then store the image path way in tinydb itself. And recall it whenever it is required.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.