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: 10 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 (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-24T21:54:14.000Z (about 1 year ago)
- Last Synced: 2025-04-11T04:57:19.837Z (11 months ago)
- Topics: android, flipper, flipperzero, hacktoberfest
- Language: Kotlin
- Homepage: https://forum.flipperzero.one/c/mobile/14
- Size: 22.3 MB
- Stars: 1,758
- Watchers: 97
- Forks: 218
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
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