[android-developers] Re: Calling a MapActivity from another activity

2010-07-27 Thread Pravin Parulekar
On Jul 26, 10:44 pm, Pravin Parulekar pparu...@gmail.com wrote: When I try the above, I get a class not found exception. I have included the required entry in manifest file. The code in current activity is as follows:         Intent i = new Intent(MainListingA.this, DrawTheatreMap.class

[android-developers] Re: Calling a MapActivity from another activity

2010-07-27 Thread Pravin Parulekar
? Do you know of anyway to contact guys from Google on this? This functionality seems to be very basic to me... Rgds, PP On Jul 26, 10:44 pm, Pravin Parulekar pparu...@gmail.com wrote: When I try the above, I get a class not found exception. I have included the required entry in manifest file

[android-developers] Re: Calling a MapActivity from another activity

2010-07-27 Thread Pravin Parulekar
If anybody can share a simple two class eclipse project where this works, that would be awesome...In case my particular problem is not common and easy to trouble shoot. Thank you all so much. Rgds, PP On Jul 26, 10:44 pm, Pravin Parulekar pparu...@gmail.com wrote: When I try the above, I

[android-developers] Calling a MapActivity from another activity

2010-07-26 Thread Pravin Parulekar
When I try the above, I get a class not found exception. I have included the required entry in manifest file. The code in current activity is as follows: Intent i = new Intent(MainListingA.this, DrawTheatreMap.class); try{ startActivity(i);

[android-developers] Populating child list in Expandable lists using dynamic multidimensional arrays

2010-07-25 Thread Pravin Parulekar
Hello Gurus, I am using a simple expandable list that is populated by two arrays ( group array for the groups and a multi dimensional children array for the child). The arrays are built dynamically in the program and some group items have more children than others. So I end up defining the