Aasiya3 / ElephantBook_FieldGuide

Apache License 2.0
1 stars 1 forks source link

ApiGetter Draft #21

Closed bsakai2000 closed 3 years ago

bsakai2000 commented 3 years ago

The ApiGetter class uses Volley to query the API at apiUrl, processes the JSON, and uses a callback function to return the Elephant and Location data as lists of class objects, which should be storable in a Room database

bsakai2000 commented 3 years ago

Resolves #2, so long as the callback model is acceptable