Hi all,
Sorry for my very bad eglish...
I'm beginner with B4A.
My current problem: I use csv files with StringUtils.LoadCSV that contain data (different types of Markers) that I display in my app on Mapview.
Currently, these csv files are in the folder "Files" B4A my project, and are included in the apk. Everything works fine.
But I'm looking how not integrate these files in the apk, allowing the user to upload the files from the app on my web server, and if possible as these files are copied to the SD card as they are relatively large.
Is this possible and if so where can I find a tutorial?
Thank you in advance.