[android-developers] Re: Slow scrolling in Date/TimePicker using Holo theme

2011-12-16 Thread Matt H
Hi Dirk, I had the same problem (noticed it yesterday, too, coincidentally!). The issue is that the ScrollView is intercepting and stealing the touch events once your finger moves outside of the Date/Time Picker controls. To work around this, I created sub classes of Date/TimePicker which

[android-developers] Partial invalidation in custom Android view with hardware acceleration

2011-08-30 Thread Matt H
Hi, I've got a custom View in my application which fills the entire activity. In most cases, when I want to refresh the control I call invalidate() without any parameters. However, in certain circumstances, where I'm only changing a small area of the control, I call invalidate(Rect) to avoid

Re: [android-developers] Trying to load a list of overlay positions from file

2011-04-17 Thread matt h
**facepalm** yeh i had my lat and longitude mixed up, thanks On Fri, Apr 15, 2011 at 8:16 PM, TreKing treking...@gmail.com wrote: On Thu, Apr 14, 2011 at 2:49 PM, matt h matt...@gmail.com wrote: Hi, I am trying to develop an app to list the bus stops for my local Public Transit buses

Re: [android-developers] Trying to load a list of overlay positions from file

2011-04-17 Thread matt h
what do you mean one overlay per bus line? what my app is doing is it lists all bus stops in my area, then when i tap a marker it will open the web browser and display the times the bus comes at for that stop. Eventually I will parse the web page and display the times within the dialog that pops

[android-developers] Trying to load a list of overlay positions from file

2011-04-15 Thread matt h
Hi, I am trying to develop an app to list the bus stops for my local Public Transit buses on a google map map, but i seem to be having problem loading the overlay markers locations from a text file Heres the code i use to load a new overlay onto the mapview: [CODE] public void