
Originally Posted by
azakharo
OK, I have a rich LWUIT application. One of the screens displays a map with markers. I use Nokia Maps API for that screen. I create MapCanvas object which needs lcdui's Display for its initialization (see its constructor).
My app has 2 versions: MIDP and RIM. It is implemented exactly the same way as in the famous LWUIT Demo App and as I described before in this thread. In the MIDP version of my app I have the midlet object and have no problems with creating MapCanvas. In the RIM version I have different classes (API) and have no midlet. But I think that it is hidden somehow below that API and can be accessed. I am just unfamiliar with programming for Blackberry...