How to take picture with both cameras android kotlin
I have a broadcast receiver that launches an activity, how can i make this activity take a picture with both cameras, without a surface preview
Uploading Images from Android App to Backend with Missing EXIF Data
I’m working on an Android application where users can select multiple photos from their device’s gallery and upload them to a backend server. To achieve this, I’m using PickMultipleVisualMedia()
to get URIs of the selected images and then passing them to a worker for uploading.