I am filling a cxCustomView using clvExpandable
When II start the app, I download a json file containing all the information I need to fill each item I need to display.
B4X:
DownloadAndSaveFile(f.msFilePSA, "psa.json")
.
.
Sub DownloadAndSaveFile (Link As String, FName As String)
Dim j As...