I have an Android app that connects to the network of a device and sends a command through the device's IP to scan networks that the device finds.
My command is "new Command(). Execute (" http://192.168.4.1/scan ");
I'm new in Android and with String split I get this: imgur.com/gJdy2JV
But now I'm stucked and I don't know how to advance and get just Headquarters and 72% to show in a list on screen.
I want to make a list with each SSID and the percentage (%) of the signal for the user to select and then create a new string with the SSID selected, then the user puts his password.
How do I separate strings from SSIDs and signals to create a list?
***IMPORTANT: The word SSID and the word Signal should not appear in the list.