Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Uudised

Viimane: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

AndroidKeysHandler

1 reply [Last post]
Luismi
User offline. Last seen 1 year 39 weeks ago. Offline
Joined: 11/27/2009

Hello
I´m starting in the Andorid programming and I´m very lost.I´m trying to follow de Nutiteq Manual "Lib development guide", following the steps that you can find in the page 10, but I don´t know how to implement some of this steps, for example the b paragraph, where can i find documentation to implemente the control key events in Android?

I´ve been seen others examples in other arquitectures as BlackBerry, but I don´t know how implement this on Andorid.

Thanks for your help. Sorry for my English

jaak
User offline. Last seen 12 hours 29 min ago. Offline
Joined: 06/19/2008

For Android I suggest to get started from http://www.nutiteq.com/android-mapping-api-sdk , you'll find link to specific tutorial for Android.

The general developer guide is more about Java ME (J2ME), and there are some differences. For example, you do not need to define any control keys on Android, as the map is controlled using touch interface. Also User Interface element is quite different (MapItem on J2ME, MapView on Android).

/JaakL