An open API service indexing awesome lists of open source software.

https://github.com/overpas/points-app


https://github.com/overpas/points-app

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# points-app
[![Build](https://github.com/overpas/points-app/actions/workflows/build.yml/badge.svg)](https://github.com/overpas/points-app/actions/workflows/build.yml)

An Android app displaying points fetched from REST API in the form of a table and in the form of a chart

### Run

1. Open the project in Android Studio
2. **IMPORTANT!** Add `base.url=[YOUR_BASE_URL_HERE]` to `local.properties` file
3. Run `app` configuration

### Tech Stack
- Kotlin
- XML, Views
- Kotlin Coroutines, Flow
- ViewModel
- Retrofit, Okhttp
- Hilt