Posts
-
C# Blog Reader - 9 - Managing app lifecycle and stateBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
3
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)In the final video of the series, we'll use the SuspensionManager class to save the navigation state and session data, like the selected blog post in the SplitPage file as well as customize the app splash screen.
-
C# Blog Reader - 8 - Adapting to different layoutsBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
0
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)In this video, we'll adapt all of the pages in the Blog Reader app to work in full screen, filled, portrait, and snapped layouts.
-
C# Blog Reader - 7 - Adding a control templateBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
0
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(3)In this video, we'll build a custom data template using XAML to format how we display the month, date, and year to match the styling of the Windows blog.
-
C# Blog Reader - 6 - Creating a consistent look with stylesBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
0
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)In this video, we'll build custom styles for the ItemsPage and a DateTime ValueConverter class that we'll use in Part 7 to format a custom data template for the items page.
-
C# Blog Reader - 5 - Add an app bar, animations, and transitionsBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
0
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)In this video, you'll add an AppBar, learn how to use the Segoe UI Symbol font for app icons, and how to add basic animations and transitions.
-
C# Blog Reader - 4 - Add pages and navigationBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:51 AM
0
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)In this video, we'll add all of the pages to the Blog Reader, including the ItemsPage which lists all of the blogs, the SplitPage which lists all of the blogs posts for the selected blog, and the Detail page which shows the select blog post in a WebView control.
-
C# Blog Reader - 2 - Get data into an appBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:50 AM
15
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(2)In this video we'll build a set of classes to represent a blog post, a blog, and a collection of blogs that download RSS or Atom feeds from the Web using the SyndicationClient class.
Changes in the video as of 3/25/2013
- Change...
-
C# Blog Reader - 1 - Introduction to the seriesBuild a Windows Store Blog Reader app with C# Oct 26, 2012 at 9:49 AM
2
Dan Fernandez
,
Golnaz
and
Jim Walker
Avg Rating: 5
(1)This is the first video in a 9 part video series that walks through creating a Windows Store Blog Reader app. This quick video introduces the series and gives you an overview the content that will be covered.