0

I am not getting any approach to start it

var ITEM = ArrayList<Image>()

    fun loadImages(file : File){
      lateinit var newItem : Image
      newItem.path = Uri.fromFile(file)
        ITEM.add(newItem)
    }
Leonardo
  • 2,350
  • 14
  • 15
  • 30
  • Check this answer, it may help you - https://stackoverflow.com/questions/45656849/how-to-get-all-the-image-from-gallery-to-my-application-using-recyclerviewand-h/45657553 – Android Geek Feb 18 '22 at 05:15

0 Answers0