Could Opa be used for iOS and Android apps on tablets/phones?
Could Opa be used for mobile and tablet development?
842 views Asked by ajsie At
2
There are 2 answers
1

You won't be able to build native application for those mobile platform.
But Opa is perfect to write rich and interactive web applications.
Their is some built-in functions in the Opa standard library specific to mobile, for example iphone customizers
to add an icon and a start-up image:
http://doc.opalang.org/#!/value/stdlib.core.web.resource/Resource/iphone_customizer
You can check out a fork of OpaDo which is enhanced for iPhone/iPad and possibly other mobile platforms: https://github.com/creatrice/OpaDo