No that's fine, I'd like to try to learn that, but I'm not too sure what a properly formatted request should be. The link you sent a while back essentially says that a GET request would be something like this:
GET http://fashionboutique.com/customers
Accept: application/json
So I guess this should be my "GET request from scratch"? If that's the case I could combine them in a string and pass them on onto the server as you suggested. Then the server would return back the dummy string, in a string as you've shown in your reply, so something likeso literally Dummy, 1, 9.99. When you then say that I need to decode and parse the string, you mean converting that return string to a json object (JSONObject)?