https://github.com/isaacbrodsky/h3-android-sample
Hello World application for using H3-Java on Android
https://github.com/isaacbrodsky/h3-android-sample
android geospatial h3 h3-java hexagon sample-app spatial-indexing
Last synced: 6 months ago
JSON representation
Hello World application for using H3-Java on Android
- Host: GitHub
- URL: https://github.com/isaacbrodsky/h3-android-sample
- Owner: isaacbrodsky
- License: apache-2.0
- Created: 2024-11-24T20:11:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T20:37:20.000Z (10 months ago)
- Last Synced: 2025-03-25T07:44:12.173Z (6 months ago)
- Topics: android, geospatial, h3, h3-java, hexagon, sample-app, spatial-indexing
- Language: Kotlin
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample application for H3-Java on Android
[](https://github.com/isaacbrodsky/h3-android-sample/actions/workflows/test.yaml)
[](LICENSE)This is a sample application for using H3-Java on Android. It was compiled with [v4.1.1]((https://github.com/uber/h3-java/releases/tag/v4.1.1)) (as of writing, the latest published version of h3-java.)
**Notes**
* It was necessary to manually copy the libh3-java.so files from the distributed JAR into the applicable jniLibs directories in the project.
* It was necessary to add an externalNativeBuild section to the build, so that the C++ library was switched to shared.
# License
Copyright 2024 Isaac Brodsky.
Licensed under the [Apache 2.0 License](./LICENSE).[H3](https://github.com/uber/h3) Copyright 2018 Uber Technologies Inc. (Apache 2.0 License)
DGGRID Copyright (c) 2015 Southern Oregon University