Linked Questions

Popular Questions

In Jetpack Compose the new Photo Picker form Android 13 returns URIs ordered by creation date instead of the order you selected pictures.

Im using the ActivityResultContracts.PickMultipleVisualMedia for picking multiple picture and I was expecting it to return me a list of URIs sorted by the order I selected the pictures. But it seems like it's not supported that way and you can't really tweak it. How can I achive the desired behaviour without to have to implement my own picker?

Related Questions