F fishwolf Well-Known Member Licensed User Longtime User Apr 20, 2016 #1 i have 2.51 version i think that is not supported not, but i have about 300 little images, about 500Kb. what is the solution? the remote download/view with webview
i have 2.51 version i think that is not supported not, but i have about 300 little images, about 500Kb. what is the solution? the remote download/view with webview
Erel B4X founder Staff member Licensed User Longtime User Apr 21, 2016 #2 You can add them as a zip file and then unzip them once when the program starts (check whether the target files exist first). Upvote 0
You can add them as a zip file and then unzip them once when the program starts (check whether the target files exist first).
F fishwolf Well-Known Member Licensed User Longtime User Apr 21, 2016 #3 can i use File.DirTemp as output? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 22, 2016 #4 Yes. See the description of File.DirTemp here: https://www.b4x.com/android/forum/threads/files-and-folders.46137/#content Upvote 0
Yes. See the description of File.DirTemp here: https://www.b4x.com/android/forum/threads/files-and-folders.46137/#content