(X) Hide this Sign up for the upcoming webinar on WCF RIA Services Validation by Brian Noyes. March 16th, 10 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 9 results for Panorama.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Kevin Hoffman  on  Mar 08, 2011 (6 days ago)

    This article is part 3 in a 12-part article series on Windows Phone 7 for iPhone and Android Developers.

    WP7 for iPhone and Android Developers - Introduction to C#
    WP7 for iPhone and Android Developers - Introduction to Xaml and Silverlight
    WP7 for iPhone and Android Developers - Advanced UI
    WP7 for iPhone and Android Developers - Hardware and Device Services
    WP7 for iPhone and Android Developers - Using Bing Maps
    WP7 for iPhone and Android Developers - Application Tiles and Push Notifications
    WP7 for iPhone and Android Developers - Introducing the Execution Model and Navigation System
    WP7 for iPhone and Android Developers - Local Data Storage
    WP7 for iPhone and Android Developers - Consuming Web Services
    WP7 for iPhone and Android Developers - From MVC on iPhone and Android to MVVM on Windows Phone 7
    WP7 for iPhone and Android Developers - Building Cross/Multi-Platform Applications for WP7, iPhone, and Android
    WP7 for iPhone and Android Developers - Introducing the App Marketplace

    So far in this article series I’ve provided a brief introduction to the C# language, including object-oriented programming concepts like interfaces, inheritance, and even polymorphism.



  • 4 comments  /  posted by  Andrea Boschin  on  Feb 16, 2011 (3 weeks ago)

    This article is compatible with the latest version of Silverlight for Windows Phone 7.

    This is part 5 from the article series on Windows Phone 7.

    Windows Phone 7 Part #1: Getting Started 
    Windows Phone 7 Part #2: Your first app 
    Windows Phone 7 Part #3: Understanding navigation
    Windows Phone 7 Part #4: The application lifecycle
    Windows Phone 7 Part #5: Panorama and Pivot controls 
    Windows Phone 7 Part #6: Advanced interaction 
    Windows Phone 7 Part #7: Understanding Push Notifications
    Windows Phone 7 Part #8: Using Sensors

    Speaking with people and showing them my beloved Windows Phone 7 device, it appear evident one of the main surprises about this new operating system is the easy user experience and the completely unexpected singularity of its interface. It is true for sure the interface of Windows Phone 7 is deeply studied to be something that breaks most of the rules that have been pillars on other devices before their birth, not for the only will of being unique and distinguished by the competitors, but also because the feedback, the user may have from the phone, is something completely different from a laptop or desktop computer and it worth an user experience specifically tailored for it.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 03, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter Jeff Prosise has two blog posts discussing tombstoning in Silverlight for WP7:

    • Tombstoning Pivot Controls in Silverlight for Windows Phone 
    • Tombstoning Panorama Controls in Silverlight for Windows Phone 

      What is tombstoning? In short, while Windows phones are perfectly capable of running several applications at once, only OEMs can write apps that run in the background. Apps written by ordinary mortals can only run one at a time. If the user switches away from your app by, say, pressing the phone’s Start button, your app is terminated. To be more precise, the app is deactivated, and if the user next presses the Back button, the app is reactivated. But because deactivation really does mean the app was terminated, all state – including the state of the app’s controls – is lost. We refer to the deactivation-reactivation cycle as tombstoning.

       
  • 0 comments  /  posted by  Silverlight Show  on  Nov 15, 2010 (3 months ago)

    In this post, Jeff Wilcox discusses how to smoothly fade in background image changes within the Panorama control that ships in the Windows Phone 7 Developer Tools.

    Source: The Blog of Jeff Wilcox

    Using ‘DynamicBackgroundPanorama’

    Just set the Background property of the Panorama! You can use data binding, or just straight code, for this. The example sample I wrote has two sub pages: one which just shows the current Bing search background for your region, and another which shows some photos that are just built into the project. No special work required!

    Follow us on twitter We tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 31, 2010 (4 months ago)
    Tags: Videos , Trainings , Expression Blend , Panorama , Pivot , Windows Phone 7 , WP7 , Senthil Kumar

    Senthil Kumar has posted some new Windows Phone 7 training videos that cover topics like Panorama and Pivots, Planning and Optimizing for Performance, Design using Microsoft Blend etc.

    Source: Senthil Kumar's Blog

    Well , i havn’t got enough time to look in to all the updated videos , but did see some of the new one’s like Panorama and Pivots ,Location and Bing Maps and Optimizing for Performance , looks pretty impressive .

    The Pivots and Panorama session explains about how these features are used in the Metro design and when and how to use them too.The Bing Map session is pretty long too and covers techniques for using the Location Services and the Bing Map Control.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 18, 2010 (4 months ago)

    Jeff Blankenburg has published four more post from his new series called 31 Days of Windows Phone:

    • Day #15: Isolated Storage
    • Day #16: The Panorama Control
    • Day #17: The Pivot Control
    • Day #18: WebBrowser Control

    In the month of October 2010, I'll be publishing a post every day on Windows Phone 7 development.

    Find more articles from this series here.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 18, 2010 (4 months ago)
    Tags: Panorama , Windows Phone 7 , Jay Kimble
    Jay Kimble ran into an issue with the Panorama Control and Tombstoning and wanted to post the solution in case someone else experiences the same problem.

    Source: Jay Kimble's Blog

    My tombstoning demo is on an interaction on page 2 of the Panorama (Page 1 is a simple navigation facility to show a different screen altogether). [...]

    The before is on the left and the after resume is on the right. As you can see we didn’t end up on the right page of the Panorama. So I did some digging into the Panorama. Obviously if it were straight forward I wouldn’t be posting this.


    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 13, 2010 (5 months ago)
    In the second part of his Architecting Windows Phone 7 applications series, Shawn Wildermuth wants to tackle the use of the Pivot and Panorama control.

    Source: Shawn Wildermuth's Blog

    As I've seen, many developers want to use these controls so determining the best path here is an important discussion.

    Both of these controls work in similar ways in that they have sub-content areas. For example, the Panorama allows you to specify a variable number of panels (or PanoramaItem objects) inside the panorama that make up the control.

    Here is the first post from this series:
    • Architecting WP7 - Part 1 of 10: Navigation Framework
  • 0 comments  /  posted by  Silverlight Show  on  Sep 27, 2010 (5 months ago)
    Dave Relyea takes a look at the Windows Phone 7 Panorama and how to use XAML in the background.

    Source: Dave Relyea's Silverlight Blog

    If you are doing Windows Phone 7 development, chances are that you are either using or have considered using the Panorama. To make a truly glorious Panorama application, to immerse the user in the experience, or for branding purposes, many applications pay a lot of attention to the background. The Panorama has a Background property of type Brush. Although this is most often used with an ImageBrush, it can also be a SolidColorBrush or a BradientBrush. Using gradients is not recommended, unless you are a fan of color banding. It would be nice if the ImageBrush could be used with a WriteableBitmap, but that doesn’t work. But there is something better…