Android Login input to be send via HttpGet JSON to server and return list of user profile information
问题 I have login window, where I want to get user information to the next window and share only the username. I both stored password and username in the database and I want to get array result. Here is my code. 2 EditText where i have to get their values and pass them via json. The link I request is ..../userprofiles?username=. so, when I type the username I have to receive basic info. in JSON will be like this: { "content": [ { "id": 4, "email": "email@domain.com", "password": "this_will_not_be