G Grant Fullen Member Licensed User Longtime User Dec 4, 2017 #1 What's the easiest way to save this file? Edit: For a little clarification, I'm pulling info from the web and saving it through kvs. I want to take that kvs file and bundle with the release app so it will have that initial data upon the first run. Last edited: Dec 4, 2017
What's the easiest way to save this file? Edit: For a little clarification, I'm pulling info from the web and saving it through kvs. I want to take that kvs file and bundle with the release app so it will have that initial data upon the first run.
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2017 #2 The easiest way is to create the file with B4J. KVS2 is based on B4XSerializator so it is cross platform compatible. Other options: - Use iTunes to get the file: https://www.b4x.com/android/forum/threads/files-and-folders.46137/#content - Send it with SMTP or FTP from iNet library. - Add the FTP server modules and use Windows Explorer to access the file system. Upvote 0
The easiest way is to create the file with B4J. KVS2 is based on B4XSerializator so it is cross platform compatible. Other options: - Use iTunes to get the file: https://www.b4x.com/android/forum/threads/files-and-folders.46137/#content - Send it with SMTP or FTP from iNet library. - Add the FTP server modules and use Windows Explorer to access the file system.
G Grant Fullen Member Licensed User Longtime User Dec 4, 2017 #3 I'm all about B4J. Absolutely didn't think about that. You are very helpful! Upvote 0