| Reply | « Previous Thread | Next Thread » |
|
i'm new in j2me
but i've manage to make a couple of apps and games and there are 2 things i see that sometimes ppl mention here and i would like to know what are they and how i use them the 2 things are a. all kinds of jsr## files that ppl reffer to them sometimes b. com.nokia.* which i heard that i should inherit from this canvas and not the j2me gamecanvas in order to get the real full screen if someone could help and explain a bit about all that i would be greatfull thanks in advance shai |
|
a. JSRs are Java Specification Requests. They are the formal process through which the community adds new features and APIs to the Java language.The features or APIs supported by a phone are categorized using JSRs. Read all about it.
b. The com.nokia.* packages are proprietary packages that are included in the Nokia SDKs to add features that were missing in MIDP 1.0 (like full screen canvases or sound support). Many of the older Nokia phones don't have any other way to get these features since they don't support MIDP 2.0 or MMAPI, or WMA. To use this you need to get the Nokia SDKs and compile against the classes.zip archive instead of the normal midpapi.zip that comes with the WTK. shmoove |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|