[android-developers] ViewRoot and the repaint process

2011-10-26 Thread Dave Bryson
I'd like to get pixel access to the Bitmap to be able to transmit graphics over the wire. It seems this could be possible via the Canvas Bitmap. But since ViewRoot is final I'm not sure where I can intercept this information in the drawing process. Is there an appropriate spot in the rendering

[android-developers] Re: Handling touch events for dragging content when changing the orientation of the screen

2011-01-26 Thread Dave Bryson
Thanks for the response! No, my code is not rotating the drag direction. I'm primary rotating the canvas the map is drawn on. I'm not sure *how* to rotate the axes used by the touch event. Any pointers on how to do this would be greatly appreciated! Thanks again, Dave On Jan 26, 8:51 am,

[android-developers] Handling touch events for dragging content when changing the orientation of the screen

2011-01-25 Thread Dave Bryson
I have a map application using an in-house map engine on Android. I'm working on a rotating Map view that rotates the map based on the phone's orientation using the Sensor Service. All works fine with the exception of dragging the map when the phone is pointing other than North. For example, if

[android-developers] GeoPoint in Maps API - use of micro degrees

2010-07-21 Thread Dave Bryson
I'm curious, why does GeoPoint uses micro degrees ( Ex: lat/lng * 100 ) versus just a double lat/lng ? Thanks, Dave -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to