I want to develop an application which takes a photo and then the user selects the frame and adjusts/crops the photo. The photos frames are to be uploaded manually to firebase and called in app using the api. Lastly thr user saves the photo to the device and firebase. I dont know where to start at, what concepts or samples should I look at. I did a lot of research but couldnt find. Please help me by recommending the things I should follow and look at. Thanks in advance.
Asked
Active
Viewed 78 times
1 Answers
0
check camera Permissions https://developer.android.com/training/permissions/requesting
check this for crops the photo https://code.tutsplus.com/tutorials/capture-and-crop-an-image-with-the-device-camera--mobile-11458
and check this for upload it to firebase Capturing Image from Camera and Upload to Firebase

Abdulkarim
- 547
- 3
- 13
-
thanks, but what about retrieving a frame from firebase and then using it in a picture which we captured. – Manish Thapa Aug 24 '20 at 12:18