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)
}
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)
}