I have a question about Firebase with Android I make the query by obtaining a string with the following result:
String S= "{Centro 1={Wifi=458pohh875, Freedns=centrouno.mooo.com, Webkey=h64792390hyd}, Centro 2={Wifi=2910393, Freedns=centrodos.mooo.com, Webkey=jugi8jk9jk}}"
What would be the easiest way to pass this data to listview
with a custom adapter? I have seen several but they make me a little complicated to apply since I just start with the programming ..
How could I convert that data to JSON
?