(X) Hide this SilverlightShow next training events: Getting started with the Silverlight 5 Beta - a free 1 hour webinar on May 11th, by Michael Crump. Join at 10 am PST.
XNA for Windows Phone 7 - a 3 day training by MCC Peter Kuhn. June 1-3, 9 am - 1.30 pm PST. Sign up early-bird for $199.
Skip Navigation LinksHome / Search

Search

 
Results Per Page

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

Page 
  • 1
  • 2
Next
Order by Publish Date   Ascending Title   Rating  

  • Managing Tombstone State in a Windows Phone 7 Application

    0 comments  /  posted by  Silverlight Show  on  May 02, 2011 (1 week ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterTo ease the handling of the tombstone state, Arik Poznanski has created a simple StateManager class which helps serializing the data when going into tombstone state and deserializing the data when you get back.

    Source: Arik Poznanski's Blog
    Every Windows Phone 7 application needs to manages tombstoning correctly to provide a better user experience and pass the application certification requirements.

    When your application goes into tombstone state, it is your responsibility to save all the application and page state, so that when the page gets reloaded it can recover properly and reload the previous data. This was the user doesn’t even realizes that the application process got terminated and reloaded.


  • 0 comments  /  posted by  Silverlight Show  on  Apr 15, 2011 (3 weeks ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    Arik Poznanski has a few blog post with pictures reporting the MIX11 sessions he attended:

    • MIX 2011: Advanced Feature in Silverlight 5
    • MIX 2011: Enhanced Push Notifications and Live Tiles for Windows Phone 
    • MIX 2011: Interactive Panel: Kinect and Natural User Interfaces
    • MIX 2011: Mono: State of the Union 
    • MIX 2011: Sensor and Camera Access in the Next Version of Windows Phone 
    • MIX 2011: Back to Square One 
    • MIX 2011: Graphics and 3D with Silverlight 5 
    • MIX 2011: What’s New in the Windows Phone Developer Tools
    • MIX 2011: Get Ready for Fast Application Switching in Windows Phone
    • MIX 2011: Building In Browser Experiences with Silverlight 5
    • MIX 2011: Java-Script – The Language
    • MIX 2011: Deep Dive MVVM 
  • 0 comments  /  posted by  Silverlight Show  on  Apr 14, 2011 (3 weeks ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    Arik Poznanski has published his keynotes summary (with many pictures) from Day 1 and 2 at MIX11 event:

    • MIX 2011: Day 1 Keynotes Summary 
    • MIX 2011: Day 2 Keynotes Summary
    The new version of Windows Phone 7 was announced, codename Mango.
    Among its capabilities:
    • Internet Explorer 9 on the phone, with the same HTML 5 support. There was a nice comparison of the mobile browsers iPhone vs. Android vs. Windows Phone Mango.
    • Enable custom ringtones
    • Improved Panorama and Pivot controls
    • Sockets support [...]
  • 0 comments  /  posted by  Silverlight Show  on  Apr 04, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter In this article, Arik Poznanski shows how you can use the Shake Gestures Library in your application.

    Source: The Code Project

    This document introduces a helper library for identifying shake gestures by using the accelerometer built into Windows Phone 7 devices. It explains how to use the library, how the library works internally, and how you can configure the library’s parameters to adapt gesture detection to your needs.
  • 3-Screens Development using WPF, SL and WP7 - SDP 2011 Conference

    0 comments  /  posted by  Silverlight Show  on  Mar 17, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterArik Poznanski published the PowerPoint presentation and the demos from the lecture he gave at the SDP 2011 conference titled “3-Screens Development using WPFSilverlight and WP7”.

    Source: Arik Poznanski's Blog

    In this lecture I’ve presented the application FlashCards.Show which has 3 clients in WPF, Silverlight and Windows Phone 7.

    I showed how to share the code base between the different clients using:
    • MVVM
    • Adding files as links
    • Preprocessor symbols
    • OOP
    • Portable Library tools
  • 0 comments  /  posted by  Silverlight Show  on  Feb 25, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterArik Poznanski continues his exploration of the Twitter service on Windows Phone 7.

    Source: Arik Poznanski's Blog

    In the previous post we’ve seen how to get list of trends on twitter. On this post we continue to explore twitter service. We will see you how to search for twits on twitter.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 22, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterIn this blog post, Arik Poznanski demonstrates how to get the list of trends on Twitter.

    Source: Arik Poznanski's Blog

    Twitter provides a cool site named http://whatthetrend.com/ where you can see the 10 topics which are most discussed currently on twitter.

    This site also provides us a web service that returns its results in JSON data format.
  • Search Digg on Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Feb 11, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter Arik Poznanski wrote another utility class that helps searching Digg results asynchronously on a Windows Phone 7 application.

    Source: Arik Poznanski's Blog

    I will present how it was written and then how to use it. At the end of this post you can find a sample application that contains all the code.

  • Reading RSS items on Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Feb 07, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter Arik Poznanski wrote a utility class that helps reading RSS items asynchronously on a Silverlight for Windows Phone 7 application.

    Source: Arik Poznanski's Blog

    I will present how it was written and then how to use it. At the end of this post you can find a sample application that contains all the code.

  • A ProgressBar With Text For Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Feb 01, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterArik Poznanski has published the source code for his ProgressBarWithText control for WP7.

    Source: Arik Poznanski's Blog

    As you might already guessed from the post title, I’ve added a text block to the control which will be shown whenever the progress bar, well, progress…

    The reason for adding this feature was that I’ve found that every time I use a progress bar, I wish to write a simple text near it, usually something like “Loading…”

Page 
  • 1
  • 2
Next