Hello,
In my previous app this code works well but in my new app it doesnt work
i have put mek.txt into files but it doesnot give any result while typing anything.
Any ideas ?
In my previous app this code works well but in my new app it doesnt work
B4X:
Dim pic As List
pic = File.ReadList(File.DirAssets, "mek.txt")
actairports.SetItems(pic)
i have put mek.txt into files but it doesnot give any result while typing anything.
Any ideas ?