Skip to content

DDANGEUN/LillyCleanArchitecture

Repository files navigation

LillyCleanArchitecture

Android Clean Architecture Sample. This project is being updated by adding funcitions one by one.

Info

Android Clean Architecture Sample with

  • Room
  • SharedPreference(skipable start view)
  • RxBle

Using

Preview

Room

RxBle

  • If you want to see your ble device like this code preview, modify UUID in devices/Constants.kt
const val SERVICE_STRING = "6E400001-B5A3-F393-E0A9-E50E24DCCA9E"
const val CHARACTERISTIC_COMMAND_STRING = "6E400002-B5A3-F393-E0A9-E50E24DCCA9E"
const val CHARACTERISTIC_RESPONSE_STRING = "6E400003-B5A3-F393-E0A9-E50E24DCCA9E"

Blog