https://github.com/overpas/points-app
https://github.com/overpas/points-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/overpas/points-app
- Owner: overpas
- Created: 2025-01-25T10:00:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-25T10:54:28.000Z (over 1 year ago)
- Last Synced: 2025-01-25T11:25:19.616Z (over 1 year ago)
- Language: Kotlin
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# points-app
[](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