DotNetShoutout - Stories tagged with Windows Phone 7
3
Shouts

How to Save a Email Address in Windows Phone 7 using C# ?

published 776 days, 23 hours, 3 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 777 days, 15 hours, 41 minutes ago
Saturday, April 09, 2011 10:30:14 AM GMT Friday, April 08, 2011 5:51:50 PM GMT
How to Save a Email Address in Windows Phone 7 using C# ? Saving a Email Address is as similar as that of Saving a Phone Number in Windows Phone 7 . If you used the SavePhoneNumberTask to save the phone number , then we have SaveEmailAddressTask to save the Email Address . (more)
category: Metro | clicked: 0 | comment | | source: www.ginktage.com
tags: Windows Phone 7, C#
5
Shouts

Gartner Predicts a Promising Future for Windows Phone 7 Developers | Colin Eberhardt's Adventures in WPF

published 772 days, 10 hours, 56 minutes ago posted by FantasticMrFishFantasticMrFish 778 days, 20 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Friday, April 08, 2011 9:12:51 AM GMT
Yesterday Gartner released its latest mobile smartphone sales predications, with the figures showing a dramatic turnaround in their predictions for the Microsoft Windows Phone 7 platform. The latest predictions are charted below (I find this much easier to visualise this data in a chart versus the tabular form which Gartner publish!): We can see from the chart above that Gartner predicts that Android will increase the lead that it has so rapidly acquired, BlackBerry’s RIM and Apple’s iOS will see mode... (more)
category: Metro | clicked: 0 | 2 comments | | source: www.scottlogic.co.uk
tags: Windows Phone 7
3
Shouts

How to send email in Windows Phone 7 using c# ?

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 779 days, 16 hours, 7 minutes ago
Wednesday, April 06, 2011 5:25:28 PM GMT
How to send email in Windows Phone 7 using c# ? In one of my previous post , i wrote about how one can send SMS in Windows Phone 7  using c# . This blog post focusses on sending a email in windows phone 7 using c# . To use the E... (more)
category: Metro | clicked: 3 | 1 comment | | source: www.ginktage.com
tags: Windows Phone 7, C#
6
Shouts

Getting Windows Phone 7 Updates without Flashing ROM

published 776 days, 23 hours, 3 minutes ago posted by http://tanzim.myopenid.com/http://tanzim.myopenid.com/ 779 days, 17 hours, 9 minutes ago
Saturday, April 09, 2011 10:30:14 AM GMT Wednesday, April 06, 2011 4:24:16 PM GMT
Inspired by Chris's blog post, I have updated my Samsung Omnia 7 to March 2011 update. I intend to describe it in detail how I have done it, because there’s another way you can do it by flashing your phone ROM, which ideally means that it will change your BIOS program, inject the update and disable your phone to receive future updates – it sounds to me extremely risky! However, here's I've done it without flashing the ROM. (more)
category: How To | clicked: 2 | comment | | source: tanzimsaqib.com
tags: Windows Phone Developer Tools, Windows Phone 7, Windows Phone, Windows Phone 7 Series
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 775 days, 18 hours, 10 minutes ago posted by KMilKMil 780 days, 19 hours, 28 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 2:05:02 PM GMT
In this article, Michael Crump shows you how to consume an OData Data Source using Windows Phone 7. Read the complete series of articles to have a deep understanding of OData and how you may use it in your own applications. Note: There is a video accompanying this article! (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Windows Phone 7 Development, OData
6
Shouts

WP7 for iPhone and Android Developers - Using Bing Maps

published 780 days, 7 hours, 45 minutes ago posted by KMilKMil 781 days, 20 hours, 6 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 1:27:16 PM GMT
In his 5th article for SilverlightShow, Kevin Hoffman talks specifically about using maps in Windows Phone 7. He starts with a quick review of the map capabilities available to iOS developers and then moves on to a discussion of including Bing Maps controls in your WP7 application. (more)
category: Metro | clicked: 5 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Bing Maps
2
Shouts

Retreive the version number from Assembly in Windows Phone 7

published 780 days, 7 hours, 45 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 782 days, 2 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 9:30:58 AM GMT
Have you tried retreiving the version number from the current assembly  ? You might get the Assembly version in .NET something like thisVersion assemblyVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; (more)
category: How To | clicked: 0 | comment | | source: www.ginktage.com
tags: Windows Phone 7, C#, assembly, version
8
Shouts

Metro In Motion #3 – Flying Titles! | Colin Eberhardt's Adventures in WPF

published 778 days, 21 hours, 1 minute ago posted by FantasticMrFishFantasticMrFish 782 days, 4 hours, 13 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 5:20:02 AM GMT
In this blog post I look at how to implement the fly-out fly-in effect seen in native Windows Phone 7 applications. This effect is seen in the native mail application; when you click on a message, the title flies out of the list then flies back in as the title of the message page. This is the third in my “Metro In Motion” series where I am looking at how to re-create some of the stylish transitions and animations found in native Windows Phone 7 applications. As a Silverlight developer we have controls t... (more)
category: Metro | clicked: 6 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro theme
4
Shouts

Shake Gestures Library – A Windows Phone Recipe - Arik Poznanski's Blog

published 781 days, 13 hours, 46 minutes ago posted by arikarik 784 days, 12 hours, 55 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Friday, April 01, 2011 8:37:56 PM GMT
This post 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. (more)
category: Metro | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Silverlight, Windows Phone 7, Accelerometer
2
Shouts

WPF Blogger | Windows Phone 7 NoDo Update

published 781 days, 13 hours, 46 minutes ago posted by ParvezParvez 784 days, 22 hours, 18 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Friday, April 01, 2011 11:14:27 AM GMT
If your Windows phone 7 Device is in scheduling stage and you have not received the NoDo update, this article from WinRumors will definitely help you. I followed the exact steps mentioned in the article. I started Zune software on the PC, turned off Data and Wi-Fi Connection on the phone. Connected the phone to the PC using USB, started the update search in Zune and disconnected the internet connection on PC, Zune detected the February 2011 update and installed it in ~10 minutes. To receive the NoDo u... (more)
category: Metro | clicked: 0 | comment | | source: www.wpfblogger.com
tags: Windows Phone 7, NoDo update, March 2011 Update
2
Shouts

How to send SMS in Windows Phone 7 using C# ?

published 784 days, 11 hours, 10 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 786 days, 16 hours, 7 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Wednesday, March 30, 2011 5:25:40 PM GMT
The developers can make use of the SMSComposeTask launcher to send the SMS in Windows Phone 7 . To send the SMS in Windows Phone 7 using SMSComposeTask by including the namespace Microsoft.Phone.Tasksusing Microsoft.Phone.Tasks; (more)
category: How To | clicked: 2 | comment | | source: www.ginktage.com
tags: Windows Phone 7, Visual Studio, howto
6
Shouts

My 10 tips for designing phone apps - Alex Knight

published 784 days, 11 hours, 10 minutes ago posted by StevesSteves 786 days, 20 hours, 33 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Wednesday, March 30, 2011 12:59:47 PM GMT
I have been designing apps for a while now, including apps that target lots of different devices and form factors. I thought it would be good to write a list of the top 10 things I keep in mind when designing and building phone applications. Most of these apply to any application in some way though. These points cover both the design of the experience and some visual tricks that help to make usable apps.1. Considering the user. This might seem like an obvious point, but it's probably the most important ... (more)
category: UX | clicked: 2 | comment | | source: silverzine.com
tags: Silverlight, Windows Phone 7, Windows Phone, phone, Windows Phone 7 Series
7
Shouts

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

published 786 days, 12 hours, 26 minutes ago posted by FantasticMrFishFantasticMrFish 789 days, 1 hour, 56 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

Lessons Learned developing a Windows Phone 7 App - Cameron Skinner's Blog

published 787 days, 18 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 789 days, 22 hours, 9 minutes ago
Tuesday, March 29, 2011 2:53:38 PM GMT Sunday, March 27, 2011 11:24:18 AM GMT
Quite a few folks have been playing with the Windows Phone 7 platform, creating all kinds of crazy games, utilities, etc. for this new platform. I am no different. I simply couldn’t help myself, so once I had my new Samsung Focus in hand ( November of last year I believe ), I set out to build a game that I knew I would miss terribly after replacing my iPhone 4. This post is really less about the game however, and more about the various issues I found as I built the game and got it up on the marketplace. ... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone 7, Windows Phone 7 Development, Windows Phone, Windows Phone 7 Development Tools
4
Shouts

Ways to Load Applications Faster – A Windows Phone Recipe - Arik Poznanski's Blog

published 792 days, 2 hours, 13 minutes ago posted by arikarik 792 days, 10 hours, 20 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Thursday, March 24, 2011 11:12:47 PM GMT
Ways to Load Applications Faster – A Windows Phone Recipe Note: the following article was first published as part of the Windows Phone Recipe “Ways to Load Applications Faster” found here, which I wrote for Microsoft, together with Yochay Kiriaty.Purpose of This Document This document introduces the loading procedure for Windows Phone Silverlight applications. It explains common mistakes that application developers make during application launch, and how those errors can increase the total application ... (more)
category: Metro | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Silverlight, Windows Phone 7, Windows Phone 7 Development, Performance, Windows Phone
6
Shouts

Save on Computation Heavy Algorithms for Windows Phone 7 and Windows Azure

published 792 days, 2 hours, 13 minutes ago posted by http://tanzim.myopenid.com/http://tanzim.myopenid.com/ 794 days, 15 hours, 45 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 5:47:27 PM GMT
Computation heavy algorithms cost more money before optimized. You can feed your server systems enough RAM and CPUs to handle the CPU cycles and memory they require. This is not one of the most recurring investments and generally good for the application it is serving overall. If you are developing Smart Client/Desktop applications, your software can take as much as it can as long as it is running. However, in two cases careful software design can save (saving is earning) obvious money: Windows Phone and... (more)
category: How To | clicked: 1 | comment | | source: tanzimsaqib.com
tags: data structures, Windows Azure, Windows Phone 7, Windows Phone, algorithms complexity, Algorithm
7
Shouts

Adding Analytics to your Windows Phone 7 App with Preemptive Solutions

published 793 days, 10 hours, 47 minutes ago posted by mbcrumpmbcrump 794 days, 19 hours, 51 minutes ago
Wednesday, March 23, 2011 10:45:35 PM GMT Tuesday, March 22, 2011 1:41:37 PM GMT
I have always been interested in learning which features of my application users are using as well as if they are using it.  I have done this with other applications by using my own “home-grown” version of web services, etc. Since I have been working a lot with Windows Phone 7 lately, I decided to learn how to do this and share with the community. Before you get started you will be pleased to know that you won’t have to spend any money at least until 2012 to do this with your existing phone apps. To ... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
tags: Windows Phone 7
7
Shouts

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

published 792 days, 2 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 795 days, 12 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
4
Shouts

Windows Phone 7 - Part #8: Using Sensors

published 795 days, 12 hours, 25 minutes ago posted by KMilKMil 795 days, 19 hours, 23 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Monday, March 21, 2011 2:09:28 PM GMT
This article is the last of eight parts Andrea Boschin wrote for SilverlightShow on the great capabilities of the Windows Phone 7. This part contains a simple seismometer example. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7
4
Shouts

Executing code on animation completion

published 795 days, 12 hours, 25 minutes ago posted by nigel-sampsonnigel-sampson 795 days, 23 hours, 15 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Monday, March 21, 2011 10:17:23 AM GMT
Demonstrating how to create one off event handlers using closures or Reactive Extensions, and using them in extension methods to help working with animations. (more)
category: Metro | clicked: 0 | comment | | source: compiledexperience.com
tags: Silverlight, Windows Phone 7, Reactive Extensions
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 19 20 Next