Dear All,
l am reviewing following thread
i have an application with a csv file and some pics, currently i am placing all of these in DirAsset so that it becomes part of my apk file. But i want to keep these files in the sd card of my mobile in a specific folder and want to upload the contents while running my app. Is there a simple example of loading the data from a csv file and loading pics from sd card. There are some runtime permissions also that need to be given in this case.
l am reviewing following thread
Text files
Many applications require access to a persistent storage. The two most common storage types are files and databases. We will cover text files in this tutorial. The predefined Files object has several utility methods for working with text files which are pretty easy to use. Files locations -...
www.b4x.com