/KAndroidND-P5

Android Kotlin Nanodegree Capstone Project

Primary LanguageKotlin

README Template

Below is a template provided for use when building your README file for students.

Kotlin Android Developer Nanodegree - Project 5

Political Preparedness project.

Getting Started

clone the repository.

Sync Gradle.

Add API_KEY to your gradle properties file.

Run.

Dependencies

  • 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.

Installation

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.

License