GeekArticles
Java
J2MEJ2ME Game Optimization Secrets
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 464 times |
Add CommentFiled in: J2MEBy Mike Shivas Go to page: 1 2 3 4 5 Next This article describes the role that code optimization plays in writing fast games for mobile devices. Using examples I will show how, when and why to optimize your code to squeeze every last drop of performance out of MIDP-compliant handsets. We will discuss why optimization is necessary and why it is often best NOT to optimize. I explain the difference between high-level and low-level optimization and we will see how to use the Profiler...n
Read Article Sponsored Links
Related Articles
• Check out XNA Game Studio 2.0 Microsoft XNA Game Studio 2.0 is a set of tools based on supported versions of Microsoft Visual Studio tools that allow you to build games for both Microsoft Windows and Xbox 360. XNA Game Studio also includes the XNA Framework, which is a set of managed libraries based on the Microsoft .NET Framewo ...