Hello,
I wrote an Midlet for my N82 phone. My problem is that I can't call a config Method that setups some variables for painting with paint().
MyCanvas myCanvas = new MyCanvas();...
Type: Posts; User: Olimlad; Keyword(s):
Hello,
I wrote an Midlet for my N82 phone. My problem is that I can't call a config Method that setups some variables for painting with paint().
MyCanvas myCanvas = new MyCanvas();...
Do you mean, that I should use google maps and build my own web application and call it on my phone with my integrated browser? Is there no possible solution do build sutch an app as midlet?
...
hi,
thank you for the fast reply. i have to build my own an with my own map-images.
what technique is google using to load a set of images?
Hello,
I have to build an app that displays a point of interest (GPS location) on an map. The problem is, that the map is to large to be loaded, so I have to slice the image into several parts. ...
Hello,
I am student and have to code an app for N82 which reads the gps coords from my mobile device and show me it on an map of my mobile device.
I have read already the gps data and now I am...