Android

From HaskellWiki
Revision as of 13:30, 13 February 2014 by Henk-Jan van Tuyl (talk | contribs)
Jump to navigation Jump to search

This article is a stub. You can help by expanding it.

Introduction

Android is an operating system for mobile devices, based on Linux; software development is mainly done in Java. See the Wikipedia article for more information.


How to develop Android software in Haskell

Use the JNI to Haskell binding library foreign-jni; demonstration of the use: android-haskell-activity.

Another option is, to use Thrift, as described in the blog article Thrift and Haskell

See also the NativeActivity demo application using the Ajhc Haskell compiler.


Discussions


Related