android-activity: Turn regular Haskell programs into Android Activities

[ bsd3, library, mobile ] [ Propose Tags ] [ Report a vulnerability ]

Modules

  • Android
    • Android.HaskellActivity

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2.0.0, 0.2.0.1
Change log changelog.md
Dependencies base (>=4.9 && <4.21), 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 alexfmpe at 2025-01-13T15:56:58Z
Distributions
Reverse Dependencies 2 direct, 10 indirect [details]
Downloads 981 total (44 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-01-13 [all 2 reports]

Readme for android-activity-0.2.0.1

[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.