How to sort files using datetimestamp

后端 未结 3 1585
生来不讨喜
生来不讨喜 2020-12-20 09:16

I am capturing images, then storing into SD Card and showing in a List, but here i need a small change, still

3条回答
  •  眼角桃花
    2020-12-20 09:33

    Use MediaStore ContentProvider for this job Save the image using MediaStore using this method

    And you can query the image using this method

    Set the order by as MediaStore.Images.Media.DATE_TAKEN

提交回复
热议问题