java - What are the pros and cons of using webworks versus J2ME and vice versa in blackberry development? -
i have written basic applications using j2me , felt getting things done in terms of ui/ux night mare blackberry os 5. started playing around webworks , found better , faster keep getting told better stick j2me. 1 better choice? 1 limited in features other? rim support long term future?
this decision made each application.
how know html, javascript, , css? how device integration need? how graphics intensive application be?
html et al have lower learning curve j2me , rim apis. missing of more functionality integrates deep phones abilities. have distinct advantage in find missing in webworks libraries, can write javascript extension in java.
webworks limited blackberry platform, html, javascript, , css practically universal. it's simple turn application work in web browser. take out javascript calls blackberry.* apis (or wrap use in blocks if (blackberry) {), , redirect in xmlhttprequest proxied through on local server. i'm doing way playbook app i'm working on. it's nice can show others don't use bb functionality of app.
it's pretty easy take webworks app , alter framework adobe air or phonegap (i haven't tried, intend @ point).
Comments
Post a Comment