https://github.com/jj10133/wherefam-android
Find friends and family globally, securely, and privately without middle-man
https://github.com/jj10133/wherefam-android
android compose location-services maps p2p
Last synced: 2 months ago
JSON representation
Find friends and family globally, securely, and privately without middle-man
- Host: GitHub
- URL: https://github.com/jj10133/wherefam-android
- Owner: jj10133
- License: gpl-3.0
- Created: 2025-06-05T01:05:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T23:28:26.000Z (3 months ago)
- Last Synced: 2025-08-02T16:51:39.567Z (2 months ago)
- Topics: android, compose, location-services, maps, p2p
- Language: Kotlin
- Homepage:
- Size: 413 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bare on Android
Example of embedding Bare in an Android application using .
## Building
To keep the build process fast and efficient, the project relies on a Bare Kit prebuild being available in the [`app/libs/`](app/libs) directory. Prior to building the project, you must therefore either clone and compile Bare Kit from source, or download the latest prebuild from GitHub. The latter is easily accomplished using the [GitHub CLI](https://cli.github.com):
```console
gh release download --repo holepunchto/bare-kit
```Unpack the resulting `prebuilds.zip` archive and move `android/bare-kit` into [`app/libs/`](app/libs). When finished, either open the project in Android Studio or build it from the commandline:
```console
gradle build
```### Addons
Native addons will be linked into [`app/src/main/addons/`](app/src/main/addons) as part of the build process and will be automatically included in the final APK bundle by Gradle.
## License
Apache-2.0