Below is a template provided for use when building your README file for students.
Political Preparedness project.
clone the repository.
Sync Gradle.
Add API_KEY to your gradle properties file.
Run.
- Retrofit to make api calls to an HTTP web service.
- Moshi which handles the deserialization of the returned JSON to Kotlin data objects.
- Glide to load and cache images by URL.
- Room for local database storage.
Step by step explanation of how to get a dev environment running.
-
You need to get an API_KEY following this Instructions
-
Then, add your API_KEY to your gradle.properties file.