Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 413 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 413 Bytes

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.