DotNetShoutout - Stories tagged with metro
3
Shouts

Byte Array To BitmapImage Converter & IRandomAccessStream Implementation For Windows 8 Metro

published 429 days, 4 hours, 18 minutes ago posted by jebarson007jebarson007 434 days, 3 hours, 3 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Wednesday, March 14, 2012 9:04:18 AM GMT
After writing the application for Windows Phone, I wanted to bring the same feature with Windows 8 Metro but unfortunately, metro didn’t support the same converter for the reason that BitmapImage can no more read from Stream but only from IRandomAccessStream. I was very much disappointed w... (more)
category: UX | clicked: 74 | comment | | source: jebarson.info
tags: byte array, Converter, Windows 8, irandomaccessstream, bitmapimage, metro, byte
8
Shouts

Using the Live SDK in Windows 8 XAML/C# Metro Applications

published 474 days, 19 hours, 1 minute ago posted by KMilKMil 477 days, 22 hours, 2 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 2:05:20 PM GMT
The Microsoft’s Live SDK (or commonly referred to as Live Connect), provides a set of controls and APIs that enables applications to integrate single sign-on (SSO) functionality using Windows Live ID. You can also use it to access data in SkyDrive, Hotmail, and Windows Live Messenger. The library supports multiple platforms, including Windows Phone 7 Mango and Windows 8 Metro Style applications using either C#, Visual Basic or JavaScript. In this article, we will build our first metro style application... (more)
category: Metro | clicked: 42 | 1 comment | | source: www.silverlightshow.net
tags: SDK, Windows 8, metro, XAML
5
Shouts

Tumivn | SQLite DB Accessing for Metro Application by using sqlite-winrt library

published 493 days, 13 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 498 days, 1 hour, 53 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Tuesday, January 10, 2012 10:14:15 AM GMT
In preview version of Windows 8, there is no way to directly access to Relation Database (SQL Server, SQLCE) in Metro style application, we can use local storage instead. But all we know that, accessing XML take times and why we have to build from scratch when we have a lot of Local relational database out there, such as VistaDb, Sqlite, SqlCE. Fortunately, there one opensource library that will help us to access to sqlite called sqlite-winrt on Codeplex. Sqlite-winrt will help us to create and access sq... (more)
category: UX | clicked: 43 | comment | | source: tumivn.com
tags: SQLite, WinRT, sqlite-winrt, metro
3
Shouts

Lighting up your C# Metro apps by Enabling Search–Part 2

published 602 days, 20 hours, 31 minutes ago posted by derikwhittakerderikwhittaker 604 days, 3 hours, 30 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 8:37:02 AM GMT
We will look at how we can enable real time search integration. What do I mean by Real Time Search integration? When building a Metro Application you have the ability to not only handle unprovoked search queries from the operating system, but you also have the ability to hook into the search screen (seen below) but you also have the ability listen to various events that the Search Panel offers. (more)
category: Metro | clicked: 15 | 2 comments | | source: devlicio.us
tags: WinRT, metro
3
Shouts

Lighting up your C# Metro apps by Enabling Search–Part 1

published 602 days, 20 hours, 31 minutes ago posted by derikwhittakerderikwhittaker 604 days, 3 hours, 32 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 8:35:18 AM GMT
Learn how to setup your Metro application for simple search integration. By ‘simple’ I mean we will only enable the hooks in order to allow people to search content inside of our application from the Windows 8 Search Charm. (more)
category: Metro | clicked: 11 | 2 comments | | source: devlicio.us
tags: WinRT, metro
3
Shouts

Windows 8 : Metro’s Grid Application – what, how and when ?

posted by jmix90jmix90 614 days, 17 hours, 49 minutes ago
Thursday, September 15, 2011 6:18:41 PM GMT
Windows 8 is here and Visual Studio 2011 comes with it hand in hand. As you may already have read/seen/watch, there is a new set of applications coming named as ‘metro’. Visual Studio 2011 then comes with templates for different types of applications: basic Application, Grid Application and Split Application. Each one helps you create application for windows 8 with the metro style. In this post we are going to explore in details a first type of application template: the Grid Application. (more)
category: UX | clicked: 47 | comment | | source: www.jonathanantoine.com
tags: C#, intro, Windows, metro, XAML, Windows8, presentation
3
Shouts

Metro In Motion Part #4 – Tilt Effect | Colin Eberhardt's Adventures in WPF

published 748 days, 23 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 749 days, 20 hours, 39 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 3:28:07 PM GMT
This blog post describes the implementation of a metro ’tilt’ effect for Windows Phone 7 which causes element to respond to user interactions by tilting in 3D So far in the “Metro In Motion” series I have covered fluid list animations, ‘peel’ animations and flying title. In this blog post I am looking at the ’tilt’ effect seen in native Windows Phone 7 applications where list items, tiles, check-boxes and other user interface element tilt slightly when the user presses them. This is a subtle 3D effect t... (more)
category: Metro | clicked: 9 | 1 comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro theme, metro
7
Shouts

Metro In Motion Part #2 – ‘Peel’ Animations | Colin Eberhardt's Adventures in WPF

published 783 days, 15 hours ago posted by FantasticMrFishFantasticMrFish 786 days, 4 hours, 30 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Monday, March 28, 2011 7:37:06 AM GMT
This blog post is part #2 of my Metro In Motion series. In this post I demonstrate how to implement the animated ‘peel’ effect seen when native Windows Phone 7 applications exit. In my previous blog post I discussed how the Metro Design Language that heavily influences the Windows Phone 7 style is not just about static graphics, it is also about fluid transitions. In that post I demonstrated a technique for making items within lists slide gracefully as the user moves between pivot pages. The post was ... (more)
category: Metro | clicked: 4 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro
7
Shouts

Metro In Motion – Fluid List Animation | Colin Eberhardt's Adventures in WPF

published 789 days, 4 hours, 47 minutes ago posted by FantasticMrFishFantasticMrFish 792 days, 2 hours, 46 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 9:21:02 AM GMT
This blog post presents an attached behaviour that gracefully slides the contents of a list into view when used in conjunction with a Pivot control, emulating the Windows Phone 7 email application. The Windows Phone 7 user interface is based on the Metro Design Language, which favours clear typography, content over chrome and simplicity. If you want to see practical applications of the Metro approach to design, I would highly recommend visiting Scott Barnes’ blog over at riagenic. Silverlight for Wi... (more)
category: Metro | clicked: 25 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro
7
Shouts

I want more shell applications, especially for mobile - Tim Heuer

published 1064 days, 1 hour, 35 minutes ago posted by jantujantu 1065 days, 2 hours, 17 minutes ago
Wednesday, June 23, 2010 10:32:13 AM GMT Tuesday, June 22, 2010 9:50:09 AM GMT
I just got back from speaking/attending the Norwegian Developers Conference in Oslo, Norway. It was a great time and a well run conference. Like many other conferences I found myself looking for two things I wanted on my mobile: the schedule and a map/guide for the city (I’ve never been to Oslo). You see every time I take a trip, here’s what I do: Search for an app that contains the schedule (or offline version). Ideally allows me to build my schedule and gets updates for changes Find the metro/map... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: iPhone, guide, MIX10, metro, carsonified, Conference, Mobile
7
Shouts

SNEAK PEEK New Silverlight application themes - Tim Heuer

published 1165 days, 22 hours, 50 minutes ago posted by jantujantu 1166 days, 22 hours, 10 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Friday, March 12, 2010 1:57:28 PM GMT
Our UX design team for Silverlight has been thinking about app building a lot this past year, gathering valuable input from developers, designers and end-users about how people interact with applications, primarily line-of-business applications (). Hot off the press here is a preview of some of the things we’ve been thinking about from a XAML theme perspective. (more)
category: Metro | clicked: 2 | comment | | source: timheuer.com
tags: RIA, Silverlight, templating, Themes, Templates, WPF, riaservices, metro, XAML