Android

From HaskellWiki
Revision as of 12:01, 10 May 2013 by Henk-Jan van Tuyl (talk | contribs) (→‎How to develop Android software in Haskell: Added a link to the JNI article in Wikipedia)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Introduction

Android is an operating for mobile phones, 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

Discussions


Related