Development of mobile games

Asked

Viewed 148 times

2

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

I’m a little confused about that. I know there are older versions, which use midp 2.0 with Toolkit 2.5 wireless, 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 what the latest Java ME technology to develop graphically (more specifically games) for mobile phones.

  • For game development I would recommend some engine, like Unity 3D. With them you have everything easier and can export your game to various platforms.

1 answer

3

The Java ME 8 SDK contains the Apis of previous versions (and the novelties of 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 rich interfaces. Some manufacturers also develop complementary Java ME Apis to get the most out of their devices. Keep in mind however that the platform model of Android and IOS has changed the face of the market mobile and today much of the development effort is geared towards the native Apis of these systems rather than Java ME.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.