I am making a note taker android app using android studio for my school project. What it can currently do is save, view, edit & delete text notes. And i used sqlite.
But I need one more feature to add, which is saving photos as notes. The user can use the camera or phone gallery to save images, then saves it for viewing or to delete it later.
Can you guys help me out?