I'm going to develop a small-sized system to raise my developing skills.
It consists of the three parts listed below: 1. Web DB 2. Web Page 3. Android App
The main feature is managing the members. (login, just showing the user information)
At this point, I'm wondering about the android app part. Especially, the HTTP.
I found two libraries which are JSoup and Retrofit.
As far as I can tell, those libraries are a little bit different.
I think the retrofit is a better fit for me... Up until now I couldn't find a good sample...
Can you give me a hint how to do this?
If you are trying to connect to a Web Database I would suggest using Volley which is really simple and straightforward and really powerful yet: https://developer.android.com/training/volley/index.html. Here's an example on how you could set your query with volley from the android developer site: