Skip to content

jbb-kryo/Flipper-Android-App

 
 

Repository files navigation

Flipper Android App Flipper App Status Discord

Mobile app to rule all Flipper's family

ecco

Module arch

├── app
├── core
├── bridge
├── modules
│   ├── sample1
│   ├── sample2
  • app - Main application module with UI
  • core - Core library with deps and utils
  • bridge - Communication between android and Flipper
  • modules - Community widget module

Layer arch

├── app
│   ├── feature1
│   │   ├── di
│   │   ├── ui
│   │   │   ├── view <-- custom views
│   │   │   ├── data <-- screen specific data classes
│   │   ├── interactor
│   │   │   ├── data <-- layer specific data classes
│   │   ├── repository
│   │   │   ├── data <-- layer specific data classes
  • data - Entity layer
  • view - Presentation layer
  • interactor - Domain layer
  • repository - Data layer

About

Android Mobile app to rule all Flipper's family

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 97.4%
  • Shell 2.6%