Skip to content

flipperdevices/Flipper-Android-App

Repository files navigation

Flipper Android App Flipper App Status Discord

Mobile app to rule all Flipper's family

dolphin-dark dolphin-light

Download

Get it on Google Play Get it on F-Droid

Or get the app from the Releases Section.

Module arch

├── instances
│   ├── app
├── components
│   ├── core
│   ├── bridge
│   ├── feature1
│   ├── feature2
  • app - Main application module with UI
  • components/core - Core library with deps and utils
  • components/bridge - Communication between android and Flipper
  • components/* - Features modules, which connect to root application