https://github.com/obsidiansystems/android-activity
https://github.com/obsidiansystems/android-activity
android haskell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/android-activity
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2018-03-16T22:58:22.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-13T16:04:57.000Z (4 months ago)
- Last Synced: 2025-03-25T07:02:00.786Z (2 months ago)
- Topics: android, haskell
- Language: Java
- Size: 3.18 MB
- Stars: 7
- Watchers: 22
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# android-activity for Haskell
This package lets you embed a haskell application in an android app as an [Android Activity](https://developer.android.com/reference/android/app/Activity).
See java/systems/obsidian/HaskellActivity.java for the core application. We use the [JNI](https://developer.android.com/training/articles/perf-jni) to provide access to android native functions from the Haskell application.