Re: [android-developers] itemizedOverlay, onTap

2011-09-13 Thread Logesh rajendren
you have only one activity in your manifest file . include the HelloItemizedOverlay activity in your manifest file. On Mon, Sep 12, 2011 at 12:30 AM, rochi pruebaenvioj...@gmail.com wrote: hello, I'm having problems with this code:

Re: [android-developers] itemizedOverlay, onTap

2011-09-13 Thread androidhub trainer
While creating the object of your class helloItemizedOverlay you are supposed to pass the current context. Use the constructor helloItemizedOverlay(Drawable defaultMarker, Context context). When you do this your context will not be null. On Mon, Sep 12, 2011 at 1:00 PM, rochi

Re: [android-developers] itemizedOverlay, onTap

2011-09-13 Thread androidhub trainer
While creating the object of your class helloItemizedOverlay you are supposed to pass the current context. Use the constructor helloItemizedOverlay(Drawable defaultMarker, Context context). When you do this your context will not be null. This constructor in turn is calling the super constructor.

[android-developers] itemizedOverlay, onTap

2011-09-12 Thread rochi
hello, I'm having problems with this code: http://developer.android.com/resources/tutorials/views/hello-mapview.html In main.xml I have: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:id=@+id/mainlayout