Hey all,
I'm learning to program in Java and would like to develop a mobile Chess game for the Blackberry platform.
It was recommended to me that, as a beginner, I should build the game for regular desktop use and avoid the more complex mobile development for now. I was told that I can port the game to Java ME once development in SE is complete.
My question is: is this really possible? What kinds of limitations exist between SE and ME that I should keep in mind while developing in SE?
I'd hate to have to go back and undo most of my work in order to get the game to work on my Blackberry.
thanks.