https://github.com/sentrionic/olympusandroid
The Android app for OlympusBlog
https://github.com/sentrionic/olympusandroid
android kotlin mvi
Last synced: about 1 month ago
JSON representation
The Android app for OlympusBlog
- Host: GitHub
- URL: https://github.com/sentrionic/olympusandroid
- Owner: sentrionic
- License: mit
- Created: 2021-03-26T18:50:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T09:22:10.000Z (about 5 years ago)
- Last Synced: 2025-01-14T07:51:27.087Z (over 1 year ago)
- Topics: android, kotlin, mvi
- Language: Kotlin
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OlympusAndroid
OlympusNext is the android application for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) stack using Jetpack and Kotlin.
## Getting started
1. Clone this repository and one of the many backends.
2. Import the project in Android Studio and install all the dependencies.
3. Change the `BASE_URL` in `Constants.kt` to the backend you chose.
4. Run the application.