Skip to content

obsidiansystems/android-activity

Repository files navigation

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.