Skip to content

DamianvdB/Star_Wars

Repository files navigation

Star Wars films

Android application written in Kotlin which displays information about all the released Star Wars films to date.

Jetpack Components

The following Android Jetpack Components were used:

  1. LiveData
  2. ViewModel
  3. Lifecycle

Application structure

1. Splash screen

Loads (and caches) all the basic information about the Stars Wars films.




2. Film list screen

Displays a list of all the Star Wars films, with the following information:

  • Title
  • Release date
  • Directors
  • Producers
  • Poster




3. Film detail screen

Displays the following additional information about a specific Star Wars film:

  • Rating
  • Characters
  • Crawling text




Resources

All information about the Star Wars films are from the following APIs:

About

Android application written in Kotlin which displays Star Wars films.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages