Skip to content

Political Preparedness is an application built to demonstrate core Android Development skills as presented in the Udacity Android Developers Kotlin Nanodegree curriculum.

License

Notifications You must be signed in to change notification settings

t2dbabz/Political-Preparedness

Repository files navigation

Political Preparedness

PolitcalPreparedness is an example application built to demonstrate core Android Development skills as presented in the Udacity Android Developers Kotlin curriculum.

This app demonstrates the following views and techniques:

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

It leverages the following components from the Jetpack library:

Prerequisite

To build this project, you require:

  • Android Studio artic fox
  • Gradle 7.0.4

Screenshots

Author

Babatunde Owoleke

License

This project is licensed under the Apache License 2.0 - See: http://www.apache.org/licenses/LICENSE-2.0.txt

Report Issues

Notice any issues with a repository? Please file a github issue in the repository.

About

Political Preparedness is an application built to demonstrate core Android Development skills as presented in the Udacity Android Developers Kotlin Nanodegree curriculum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages