UNDER DEVELOPMENT
DroiDon is android app for Mastodon
Kotlin
VIPER Architecture like.
- https://github.com/strongself/The-Book-of-VIPER/blob/master/english/introduction-to-viper.md
- https://www.ckl.io/blog/using-viper-architecture-android/
git clone [email protected]:sys1yagi/mastodon-android.git
# build
./gradlew app:assembleDebug
# app test
./gradlew app:testDebugUnitTest
# mastodon4j test
./gradlew mastodon4j:test
# mastodon4j-rx test
./gradlew mastodon4j-rx:test
Install VIPER template for Android Studio. VIPER templates is a template for Android Studio which generates necessary files for VIPER architecture.
cd mastodon-android/templates
./install.sh
TODO
TODO