Issue
I have one register activity where all the registration details filled by the user. It contains a field where user will upload image and that will be stored in SQL databases. But after registration I want to retrieve this uploaded image from the database and display in profile activity after login. Is there any possible way to do this?
Solution
You can go through the link1, point no:3 (The DAO class). It may helpful.
Answered By - Sandeep Vokkareni
Answer Checked By - Senaida (JavaFixing Volunteer)