[java] Mobile game development

Started by
0 comments, last by Sik_the_hedgehog 15 years ago
I've made a few random games here and there for the mobile but it's been a real pain when it comes to getting the game to work properly on phones other than my own due to different resolutions. Is there any way of changing or finding what a phones resolution is?
Advertisement
Yeah, the MIDP has a way to get the phone resolution. All games I've seen though just have different versions for different phones, because you can't make many assumptions (if any) and developers try to keep the size at minimum (that many phones require the game to be downloaded to the internal memory instead of the SD card directly doesn't help either). Also performance reasons too, adapting code to specific hardware will be faster, and remember phones aren't exactly the fastest hardware available (some have no trouble and even can do 3D, but some struggle to just do 2D).
Don't pay much attention to "the hedgehog" in my nick, it's just because "Sik" was already taken =/ By the way, Sik is pronounced like seek, not like sick.

This topic is closed to new replies.

Advertisement