android-activity: Turn regular Haskell programs into Android Activities

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1, 0.2.0.0
Change log changelog.md
Dependencies base (>=4.9 && <4.15), data-default (>=0.7 && <0.8) [details]
License BSD-3-Clause
Copyright Obsidian Systems LLC 2017
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Category Mobile
Home page https://github.com/obsidiansystems/android-activity
Uploaded by abrar at 2023-08-16T16:04:52Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for android-activity-0.2.0.0

[back to package description]

android-activity for Haskell

This package lets you embed a haskell application in an android app as an Android Activity.

See java/systems/obsidian/HaskellActivity.java for the core application. We use the JNI to provide access to android native functions from the Haskell application.