B4X:
Activity.LoadLayout(File.Combine(File.Combine(File.DirRootExternal, "download"), "mainlayout"))
B4X:
java.io.FileNotFoundException: /storage/emulated/0/download/mainlayout.bal
Is it possible to load bal files from DirInternal or DirExternal sub-folders ?
I want to load bal files from the shared resource in the Internet to provide custom forms dynamically.