Windows phone 7 standard pictures app has very nice flicking through images (choose concrete image and then flick). Wondering how to replicate that in my own application.
requirements are: a) moving to previous/next image using flick b) when flick is performed, visual feedback is visible (transitions between current and next/prev images) c) image count is not known at runtime (just prev/current/next images are at any current moment, others are downloaded when needed).
If there's no concrete sample on web, at least what controls should i use for implementing this?