How to?
With this part of code
i get
which is ok (status 200), but i want list from search_langs. if i put list instead of string i get err:
thanks
With this part of code
B4X:
Dim s As String
s = XMLRPC1.objectCall3("authenticate", sesija.SubString2(8, sesija.Length), "", "")
Log(s)
i get
B4X:
{status=200, search_langs=[Ljava.lang.Object;@64bf6f70, search_restrict=false}
which is ok (status 200), but i want list from search_langs. if i put list instead of string i get err:
B4X:
java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.List
thanks