Skip to content

A personal project to show my understanding of MVVM architecture. It is an Android app that fetches database entries over the network from SWAPI and presents them in a list. Clicking on an item shows a detail view on that entry. A navigation drawer allows the switching of database categories.

Notifications You must be signed in to change notification settings

david-read-iii/Star-Wars-Database

Repository files navigation

Installation

  1. Clone this repository by entering this command into Bash:
git clone git@github.com:david-read-iii/Star-Wars-Database.git
  1. Then, open the root project directory in Android Studio.

Build APK or Android App Bundle

  1. From Android Studio, go to the Build menu.
  2. Go to the Build Bundle(s) / APK(s) menu.
  3. Select either Build APK(s) or Build Bundle(s).
  4. Wait for a notification to pop signifying the operation completion.
  5. Select locate in the notification to navigate to the file location of the built artifact.
  6. Install the artifact on your Android device and try it out.

Maintainers

This project is maintained by:

About

A personal project to show my understanding of MVVM architecture. It is an Android app that fetches database entries over the network from SWAPI and presents them in a list. Clicking on an item shows a detail view on that entry. A navigation drawer allows the switching of database categories.

Topics

Resources

Stars

Watchers

Forks

Languages