(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Multitasking.
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  Silverlight Show  on  Oct 14, 2010 (6 days ago)
    In the next post from the series called "31 Days of Windows Phone", Jeff Blankenburg discusses multitasking in Windows Phone 7.

    Source: Blankenblog

    Yesterday, we talked about using Location data to give our applications a more custom, in-the-know kind of feel. Today, I’m writing on perhaps the most controversial topic available for Windows Phone 7: multitasking.

    Find more articles from this series here.


  • Windows Phone 7 For Silverlight Developers: Life Cycle

    0 comments  /  posted by  Silverlight Show  on  Sep 23, 2010 (3 weeks ago)
    In this tutorial, Jesse Liberty explores in details tombstoning, multi-tasking and the entire WP7 application life cycle.

    Source: Jesse Liberty's Blog

    The guiding model for the entire lifetime of an application, from launch to termination, is called the Windows Phone Execution Model. It is designed to provide a responsive system, at all times. The strategy to accomplish this is to avoid having two or more applications continuing to run in the background, competing for resources, slowing the foreground application and draining the battery.

  • 0 comments  /  posted by  Silverlight Show  on  Sep 17, 2010 (1 month ago)
    Tags: Multitasking , Windows Phone 7 , Tau Sick
    Tau Sick discusses why multitasking is missing on Windows Phone 7.

    Source: clr-namespace.com

    I made a simple demo of Multitasking on Windows Phone 7 using Tombstoning. Now I get an awful lot of hits every day on the subject, so I decided to write my two cents to supplement the developer oriented post.
     
    Let’s get one thing straight. Windows Phone 7 is a true multithreaded operative system. WP7 runs a User-Interface thread to ensure responsiveness even when apps are written poorly. WP7 does all network communication asynchronously. WP7 applications can utilize multiple threads and while apps are running, the underlying OS handles background tasks like notifications, messages, sensors and incoming calls. But you can’t actually RUN several applications at one time, so it’s not a true multitasking OS.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 29, 2010 (2 months ago)
    Tags: Multitasking , Windows Phone 7 , Tau Sick
    Tau Sick has created a multitasking stopwatch for Windows Phone 7.

    In .NET Rocks! Show number 578 about the Silverlight Pivot Viewer, a listener writes in about the lack of multitasking in Windows Phone 7.

    He points out that he often uses a stopwatch on Android and let it “run in the background” while doing other tasks.

    This is a perfect example of something that is entirely possible on WP7 if you try to change your mindset and look at what’s possible instead of focusing on limitations.