https://github.com/flipperdevices/Flipper-Android-App
Android Mobile app to rule all Flipper's family
https://github.com/flipperdevices/Flipper-Android-App
android flipper flipperzero hacktoberfest
Last synced: 4 months ago
JSON representation
Android Mobile app to rule all Flipper's family
- Host: GitHub
- URL: https://github.com/flipperdevices/Flipper-Android-App
- Owner: flipperdevices
- License: mit
- Created: 2020-08-17T18:40:10.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2025-07-15T15:26:00.000Z (11 months ago)
- Last Synced: 2025-07-16T08:09:53.460Z (11 months ago)
- Topics: android, flipper, flipperzero, hacktoberfest
- Language: Kotlin
- Homepage: https://forum.flipperzero.one/c/mobile/14
- Size: 22.3 MB
- Stars: 1,823
- Watchers: 100
- Forks: 235
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-mobile-apps - flipperdevices/Flipper-Android-App
README
# Flipper Android App [](https://github.com/Flipper-Zero/Flipper-Android-App/releases) [](http://flipperzero.one/discord)
Mobile app to rule all Flipper's family


## Download
[
](https://play.google.com/store/apps/details?id=com.flipperdevices.app)
[
](https://f-droid.org/en/packages/com.flipperdevices.app/)
Or get the app from the [Releases Section](https://github.com/flipperdevices/Flipper-Android-App/releases/latest).
## 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