So as far i have seen that Android is really clean and well documented SDK. What about blackberry, how easy would be starting from scratch blackberry.
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
The JavaMicroEditionFaq has several links to web sites and articles that should get you started. Be sure to read the blog entries under "What's the future of JME on smartphones?".
Nikhil Shravane
Greenhorn
Joined: Sep 22, 2010
Posts: 14
posted
0
BlackBerry development is also easy though I don't know about the Android. RIM has a very well defined API for BlackBerry development.
But there are lot of limitations and restrictions imposed by RIM while installing software on devices. Following link may be helpfull for you before starting development for BlackBerry.
In development debugging is much more easier in Android(thanks to ADB !). But when it comes to you have wait more time to get attached the debugger and also install the app to for device testing.
I love BB because you can use your creativity by using your Java and OOD skills.
I am enjoying create of custom UIs. More control-ability over your designs.
I felt like most of API classes are wrappers in Android.