ericaddison / APT_miniProject_Android

The Android App for Connexus
0 stars 0 forks source link

Eric servercomm #4

Closed ericaddison closed 6 years ago

ericaddison commented 6 years ago

This PR adds a class to communicate with our backend. There is a test activity here that shows how to use it, but basically here is how it goes when you want to retrieve data from the backend:

ericaddison commented 6 years ago

The next thing to do after this might be to try and use GSON or Jackson (or the built-in Android library) to parse the JSON into Java objects...