[android-developers] Re: selectable table

2011-11-05 Thread Saket Agarwal
I think you can use Listviews on android and/or tablelayout. On Nov 5, 3:03 am, bob wrote: > I'm converting an app from iphone to Android, and I need some help. > Here is the screen I'm working on now: > > http://i1190.photobucket.com/albums/z449/m75214/table_ques.png > > This is what is called a

[android-developers] Re: itemizedOverlay, onTap

2011-09-13 Thread Saket Agarwal
>From what i understand mContext is never initialized in your code. Instead of doing itemizedOverlay = new helloItemizedOverlay(drawable); try, itemizedOverlay = new helloItemizedOverlay(drawable,getcontext); On Sep 12, 3:30 am, rochi wrote: > hello, I'm having problems with this code: > >