Re: [android-developers] Re: android app throws exception on map overlays tap events

2011-11-24 Thread TreKing
On Thu, Nov 24, 2011 at 12:35 AM, SripadRaj sripadraj1...@gmail.com wrote: the app crashes with null pointer exception. Use your debugger and LogCat to determine what is null. Use your debugger and LogCat to determine why the null object is null. Use your programming skills to prevent the

[android-developers] Re: android app throws exception on map overlays tap events

2011-11-23 Thread SripadRaj
well , i'll edit the code and narrow it, I have a class FestivalEvents which shows a list of events and the click of each item in the list shows a view containing the complete details of the events. the events, details are read from a xml file and the detailed view is given with this method: