adamjernst wrote:
> I'd like to create a view that can pan over a very large image
> rendered from a number of tile images and support zooming in and out
> (akin to UIScrollView in the iPhone SDK).

Back on Sept. 15, in this group, Romain Guy posted the following, in 
response to a query of how the new home screen works, where you can 
swipe to the left or right to view the larger "desktop" (phonetop?):

"All you need to do is write a custom layout that will measure your
view to be larger than the screen. Then just play with the
scrollX/scrollY values of your custom layout to display the portion
you want."

In the latter sentence, I suspect he's referring to using scroll/fling 
gestures to indicate panning.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to