Development of mobile games

2

Is it possible to develop mobile games using the new Java ME SDK (SDK 8)? That is, can I do projects in which a mobile emulator appears and develop for it?

I'm kind of confused about this. I know there are older versions that use midp 2.0 with the wireless toolkit 2.5, for example, but I could not and I do not know if the new SDK already encompasses this allowing such development.

Anyway, I would like to know the latest Java ME technology to graphically develop (more specifically games) for mobile phones.

    
asked by anonymous 16.08.2014 / 06:11

1 answer

3

The Java ME 8 SDK contains the APIs from previous releases (and the news from JSRS CLDC 8 and MEEP 8), including MIDLets. For more information you can read:

In addition to the Java ME APIs, a wide range of devices supports JavaFX for interfaces. Some manufacturers also develop APIs that complement Java ME to get the most out of their devices. Keep in mind though that the Android and IOS platforms model has changed the face of the mobile market and today much of the development effort is focused on the native APIs of those systems rather than Java ME.

    
16.08.2014 / 19:49