Skip to content

chigichan24/IlluminaT_client

Repository files navigation

IlluminaT_client

client app for IlluminaT project. Team: 縦割りプログラマ(Divided vertically Programmers)

What is the IlluminaT?

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.

Clinet screenshot

gif

DevelopEnvironment

  • Android Studio 3.5 Beta 4

Using Libs

  • JetPack
  • Retrofit
  • OkHttp
  • Moshi
  • lottie
  • and some great libraries

Architecture

  • MVVM with Navigation
    • view <-> viewmodel : Using LiveData to observe and notify some data
    • viewmodel <-> repository : Kotlin Coroutines
    • repository <-> Room, Api : Kotlin Corotuines

Author