Remix.run Logo
exe34 3 months ago

if I could write haskell and build an android app without having to be an expert in both haskell and low level android sdk/ndk, I'd be happy to learn it properly.

fc417fc802 3 months ago | parent [-]

Doesn't that "just" require C FFI of the NDK? Sounds like a headache.

exe34 2 months ago | parent [-]

> Sounds like a headache.

It is! (https://github.com/cnlohr/rawdrawandroid) - and that's just writing a simple an android app in C. If you want to access the numerous APIs to do anything useful, it's more pain.