client app for IlluminaT project. Team: 縦割りプログラマ(Divided vertically Programmers)
IlluminaT is a project for developing controllable brooch with T-shirt. The brooch is consists from LED-Matrix. It can display alphabet, katakana, hiragana and some signs, which can controll from Android. → detail(Japanese)
This Repository manage only Android app source code. HERE is a server program.
This project got 3rd prize in competition at an embedded system development class.
- Android Studio 3.5 Beta 4
- JetPack
- Retrofit
- OkHttp
- Moshi
- lottie
- and some great libraries
- MVVM with Navigation
- view <-> viewmodel : Using LiveData to observe and notify some data
- viewmodel <-> repository : Kotlin Coroutines
- repository <-> Room, Api : Kotlin Corotuines