Building A Multi-Touch Photo Viewer Control for Windows Phone
1/18/2012source: sharpgis.net
If you want to view an image on your Windows Phone app, or on your Windows 8 tablet, most people would probably expect to be able to use their fingers to pinch zoom and drag using the touch screen.
Since this is a common scenario, I want to create a simple reusable control that allows me to do this using very little xaml, along the lines of this:
<my:ImageViewer Thumbnail="http://url.com/to/my/thumbnail.jpg" Image="http://url.com/to/my/MyImage.jpg" />
.where Thumbnail is a low resolution image that loads fast, while the full resolution Image is being downloaded.
If you just want to use this control and don't want to learn how to create a custom control, skip to the bottom to download the source for both Windows Phone and Windows 8 Runtime.
First off, we'll create a new Windows Phone Class Library project and name it "SharpGIS.Controls". (or whatever you like)
Here's a preview off what that app looks like:
...Read more
You can also follow us on Twitter @winphonegeek
Comments
kim delaney dead sea scrolls new jersey nets all my children online all my children online sly and the family stone sly stone
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.