Sorry, yes, the draw() method. Typing fast and the rest of Android uses onDraw().
I have tried doing it the way I think you suggested. Here<http://pastebin.com/QVmKeNcW>is a pastebin of my current code. Specifically look at the draw method -- I think thats what is supposed to be going on right? On Thu, Aug 19, 2010 at 12:38, TreKing <[email protected]> wrote: > On Thu, Aug 19, 2010 at 2:25 PM, Taylor Perkins <[email protected]>wrote: > >> You mean override the draw method -- there is no onDraw method. > > > Sorry, yes, the draw() method. Typing fast and the rest of Android uses > onDraw(). > > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

