[Haskell-cafe] Google Android
Adam Langley
agl at imperialviolet.org
Thu Sep 25 07:33:09 EDT 2008
2008/9/24 Galchin, Vasili <vigalchin at gmail.com>:
> Do there currently (or in the works) exist FFI bindings for Google's
> Android API?
The Android API is obviously a Java API, additionally Android will
only execute DEX bytecode programs, so you would first need a way to
compile Haskell to Java, Java bytecode or DEX directly. A Google
search for "haskell java" turns up at least one good candidate[1], but
if you manage to get that working well, binding the APIs is a rather
trivial task ;)
[1] http://www.cse.unsw.edu.au/~pls/thesis-topics/ghcjava.html
AGL
--
Adam Langley agl at imperialviolet.org http://www.imperialviolet.org
More information about the Haskell-Cafe
mailing list