Hello,
I've just downloaded the document called "Guidlines for game developers using Nokia Java MIDP Devices" Version 1.0 from 07 Nov 02.
I have one question reguarding to this document.
How was it possible at first to describe the optimization principals on the 11th page of the document, and then include so confusing function called getString on the 25th page?
This function was not optimizet at all. It gets the value for 'locale' variable, search for the corresponding locale string in array, etc. each time when it is called. But it should be done only during the first function call. It is not optimized at all.
Don't you think ?
Write me and I'll send you my optimized version of Resources class displayed on the 24-25th pages of this documents.
Yours Truly,
Eugene Yatsenko,
CEO WILDEC,
www.wildec.com.

Reply With Quote

