Make sure the onTap(GeoPoint p, MapView mapView) chains to the superclass -- that may solve your problem of getting the second one called.
Informacja: 2010-03-11
Inne wiadomości z dnia 2010-03-11
Search for how to fill an ArrayAdapter with an xml file, there are also examples which come with the sdk examples. You should create an array file in your res/values directory and you will have to have all the contries you want lited in it. -Kitzy
Informacja: 2010-03-11
Dziękujemy za odwiedziny /przegladprasy
Step #1: Call registerForContextMenu() on your Activity to say what widget needs the menu Step #2: Implement onCreateContextMenu() in your Activity to define the menu Step #3: Implement onContextItemSelected() in your Activity to get control on a menu choice [link]
Informacja: 2010-03-11
Dziękujemy za odwiedziny /przegladprasy
Hi All, How do I create a custom context menu for a button widget? So that when you press and hold on a button, it displays a custom context menu? Thank you.
Informacja: 2010-03-11
Dziękujemy za odwiedziny /przegladprasy