Skip to content

jphber/citymapper

Repository files navigation

CityMapper

General

Before you start

This project requires the following

  1. Android Studio Arctic Fox | 2020.3.1 Patch 4
  2. Android SDK 23 or above.
  3. Android build tools gradle 7.0.4.

This is a app built with Kotlin.

Settings

This project has been created with gradle version 7.0, to build please check that you have the Java 11 version setting in your project structure.

Libraries Used

  • MVVM - ViewModel
  • Fragments
  • Safe Args
  • LiveData
  • Android KTX
  • Coroutines
  • Retrofit
  • Navigation Components
  • Scope Functions
  • ViewBinding

About the project

All the data is coming from the API. The first page displays nearby stations, when one of the items is clicked, it is supposed to show the arrival times for the next 3 trains at the station. The third page displays the line detail.

| | | |

Notes