DotNetShoutout - Stories tagged with Windows Phone 7
7
Shouts

Getting Started with Windows Phone 7 programming - Getting Started with Windows Phone 7 - Part 2 - Creating a Hello World Silverlight Application in Windows Phone 7

published 421 days, 3 hours, 14 minutes ago posted by kinj312kinj312 430 days, 11 hours, 8 minutes ago
Sunday, March 25, 2012 2:23:44 AM GMT Thursday, March 15, 2012 6:29:41 PM GMT
In this article, we are going to see how to create a simple 'Hello World' Silverlight Windows Phone 7 Application with the development environment, which we discussed in the first part of this series. Developing Windows Application for the developers who have exposure to Visual Studio IDE is pretty simple (more)
category: Data | clicked: 194 | 4 comments | | source: beyondrelational.com
tags: SQL Server, Windows Phone 7
5
Shouts

Getting Started with Windows Phone 7 programming - Getting Started with Windows Phone 7 - Part 1 - Overview and System Requirements for Windows Phone 7

published 426 days, 21 hours, 48 minutes ago posted by dharadhara 432 days, 11 hours, 38 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Tuesday, March 13, 2012 5:59:44 PM GMT
In this series of articles, we are going to see how to develop a Windows Phone 7 application from the scratch and deploy it into the market place. This article is the first part of the series. Here we are going to see what Windows Phone 7 (more)
category: Data | clicked: 96 | comment | | source: beyondrelational.com
tags: SQL Server, Windows Phone 7
3
Shouts

Windows Phone 7 – Browsing your Photos via Bing Maps | Colin Eberhardt's Adventures in .NET

published 487 days, 12 hours, 39 minutes ago posted by FantasticMrFishFantasticMrFish 489 days, 16 hours, 3 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 1:34:40 PM GMT
The Windows Phone 7 camera gives you the option to record the location where a picture was taken (under Settings => applications => pictures+camera). With this feature turned on, each application has their latitude, longitude and altitude stored as part of the standard EXIF data. I thought it would be fun to combine the previous blog post I wrote on pushpin clustering with the photos on my camera, to allow me to explore them via a Bing Maps control. With not much more than 100 lines of code I came up wit... (more)
category: Metro | clicked: 31 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7
3
Shouts

Windows Phone 7.5 - Using advanced tiles API

published 495 days, 9 hours, 11 minutes ago posted by KMilKMil 496 days, 15 hours, 52 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 1:46:05 PM GMT
There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique. As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new... (more)
category: Metro | clicked: 95 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7
4
Shouts

Adding an Easter Egg to your WP7 Application - Michael Crump

published 508 days, 4 hours, 25 minutes ago posted by mbcrumpmbcrump 510 days, 11 hours, 12 minutes ago
Thursday, December 29, 2011 1:12:25 AM GMT Monday, December 26, 2011 6:26:00 PM GMT
Adding an Easter Egg to your WP7 ApplicationDec 262011Introduction I was asked the other day how to detect if a user has touched a certain part of the screen. I created some sample code for them but decided that it might make a fun Easter egg as well.  It does this by comparing the X and Y axis of the users current touch point to the location that the “M” exists. Basically, this application will detect if your user is touching the letter M as shown below.  The User Interface Very simple, just add in... (more)
category: Metro | clicked: 165 | comment | | source: michaelcrump.net
tags: Windows Phone 7
2
Shouts

Click back twice to exit WP7 transition page

published 525 days, 17 hours, 25 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 527 days, 6 hours, 22 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 11:15:16 PM GMT
I have been adding animations to a Windows Phone 7 app that has a panorama control and ran into a problem I have seen others post online. I figured it out, so I thought I would take a minute to explain how. Get ready to add transitions The Silverlight Toolkit is the way you want to go about adding quick and easy animations when a page loads and navigates away from the current page. If you are not familiar with the basics visit the link above, or read this really good tutorial about wp7 page transitio... (more)
category: Metro | clicked: 171 | comment | | source: infinitecodex.com
tags: Windows Phone 7, Silverlight Toolkit, XAML
2
Shouts

Programming for the future of mobile

published 555 days, 2 hours, 15 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 557 days, 8 hours, 6 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Wednesday, November 09, 2011 9:31:57 PM GMT
I have been working on something small on the side lately. I hardly have anything to show for it though, most of it is still being shaped in my head. Anyhow, a very important part of the front-end is built using jQuery mobile. Although the framework hasn't been released - release candidates are available though -, it's something you should start looking into today. Why? Because the browser is the future of mobile applications. With the Flash and Silverlight bombs that were dropped today, I am even mo... (more)
category: Web Dev | clicked: 64 | 3 comments | | source: jclaes.blogspot.com
tags: jQuery-mobile, Windows Phone 7, jQuery, Mobile
4
Shouts

WP7 : how to get the version number of my application ?

published 557 days, 14 hours, 47 minutes ago posted by jmix90jmix90 559 days, 19 hours, 5 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Monday, November 07, 2011 10:32:41 AM GMT
It’s always a good thing to provide information to the users of your application. One thing which may seem trivial is the version number. In fact it’s a really important information because with it the customers can send you a feedback with enough information to know in which version you have to fix the bug. In ConsoTracker, the app I build on Windows Phone, I forgot to provide it and users ask met to provide it ! In this post you’ll discover that the classic .Net way does not work and how to retrieve ... (more)
category: Metro | clicked: 68 | comment | | source: www.jonathanantoine.com
tags: How-Do-I, Windows Phone 7, WP7, wp7dev, Tip and Trick, how to
3
Shouts

How to bind Data to ListBox in Windows Phone ?

published 558 days, 12 hours, 23 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 561 days, 16 hours, 40 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Saturday, November 05, 2011 12:57:42 PM GMT
The below code demonstrates a really simple way of binding data to the Standard ListBox control in Windows Phone 7 using C# . Assuming , you have the Class Movie as described below (more)
category: Metro | clicked: 21 | 1 comment | | source: windowsphonerocks.com
tags: Silverlight, Windows Phone 7
5
Shouts

Windows Phone 7.5 - Programmatically use the phone camera

posted by KMilKMil 563 days, 16 hours, 45 minutes ago
Thursday, November 03, 2011 12:52:25 PM GMT
Today SilverlightShow published Part 3 of Andrea Boschin's article series dealing with Windows Phone 7.5 development: Windows Phone 7.5 - Programmatically use the phone camera. In this article Andrea will show you how to replicate the most common camera features into your own application. (more)
category: Metro | clicked: 16 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, mango
2
Shouts

Using the BingMapsDirectionsTask in Windows Phone Mango

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 574 days, 23 hours, 16 minutes ago
Sunday, October 23, 2011 6:21:39 AM GMT
Do you want to display the direction between 2 locations from your Windows Phone 7 Application ? If yes , BingMapsDirectionsTask launcher in the Windows Phone SDK might help you . The BingMapsDirectionsTask launcher will launch the Bing Maps App on your Windows Phone and shows the driving direction between 2 points . (more)
category: Metro | clicked: 13 | comment | | source: windowsphonerocks.com
tags: Windows Phone 7, BingMap
4
Shouts

Windows Phone 7.1 - Local SQL Database

published 591 days, 7 hours, 56 minutes ago posted by KMilKMil 594 days, 15 hours, 12 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Monday, October 03, 2011 2:25:28 PM GMT
In the upcoming release of Windows Phone 7.1, Microsoft decided to add a Local Database implementation that is targeted to business applications and is created on top of SQL Server CE. This new feature completes the storage solutions available for the phone, supporting scenario where you need a real relational database and is really easy to configure and use. It does not totally override other solutions. Sterling remains a good solution for many scenarios, but having a real relational store is almost won... (more)
category: Metro | clicked: 35 | 3 comments | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, wp7dev, Database, sql-ce
3
Shouts

Developing Windows Phone 7 HTML5 apps with PhoneGap | Colin Eberhardt's Adventures in .NET

published 596 days, 10 hours, 44 minutes ago posted by FantasticMrFishFantasticMrFish 597 days, 22 hours, 18 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 7:19:46 AM GMT
This article show the step-by-step development of a Windows Phone 7 HTML5 application using PhoneGap. It also looks at how viable this approach is for cross-platform mobile development.Introduction … and Why HTML5? Windows Phone 7 allows native application development in both Silverlight and XNA, both of which are mature framework with excellent tool support. So why would you want to develop an application with HTML5 / JavaScript instead? Personally I think the only viable reason for doing this (other t... (more)
category: Metro | clicked: 54 | 5 comments | | source: www.scottlogic.co.uk
tags: Windows Phone 7, phoneGap
2
Shouts

What is Frame Rate Counter in WP7?

published 596 days, 10 hours, 44 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 598 days, 15 hours, 10 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 2:28:12 PM GMT
While working with Windows Phone 7 emulator, you might noticed that, in debug mode it shows some numeric values at the right side of the screen. So, what are those values and why that numeric bar is available in debug mode? The bar represents numeric values for Frame Rates to debug Memory usage by your WP7 application. In this post, we will briefly discuss on this topic. Read further to learn more about this Frame Rate Counter. (more)
category: Metro | clicked: 7 | 3 comments | | source: www.kunal-chowdhury.com
tags: WindowsPhone7, Windows Phone 7, WP7, wp7dev, Tips
2
Shouts

Windows Phone 7 Data Access Strategies: Connection detection and bandwidth

published 598 days, 11 hours, 54 minutes ago posted by KMilKMil 599 days, 17 hours, 48 minutes ago
Thursday, September 29, 2011 5:43:39 PM GMT Wednesday, September 28, 2011 11:49:26 AM GMT
When you write a data aware application, where data is not locally accessible but is available across a network connection, you have an additional requirement to ensure the network connection is available and also it is able to transport your data in a reliable way. Working with a mobile device like Windows Phone, these requirements are strong because of the continuous variations of the cellular network availability. (more)
category: Metro | clicked: 26 | 1 comment | | source: www.silverlightshow.net
tags: Windows Phone 7, wp7dev, Data Access
2
Shouts

Solution for “The program can't start because MFPlat.dll is missing from your computer”

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 600 days, 16 hours, 32 minutes ago
Tuesday, September 27, 2011 1:06:12 PM GMT
Are you facing any issue deploying your Windows Phone 7 application in the emulator or, are you facing any issue while opening the Windows Phone 7 emulator? Is it stating some System Error while finding “MFPlat.dll”? If you are facing the similar issue, this post will help you. Do bookmark this post and share to others, so that, if anyone is facing the same will resolve it easily. In this post, I will tell you the background of the issue and the solution to fix this problem. If you have any other altern... (more)
category: Metro | clicked: 17 | comment | | source: www.kunal-chowdhury.com
tags: WindowsPhone7, Windows Phone 7, WP7, wp7dev, Tips
2
Shouts

Telerik RadControls for Windows Phone 7 : Part 1

published 600 days, 14 hours, 1 minute ago posted by KodefuGuruKodefuGuru 604 days, 8 hours, 20 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Friday, September 23, 2011 9:17:32 PM GMT
Hi there, I am back with a new post on wonderful products by Telerik. SinceNokia and Microsoft deal Windows Phone 7 and to be precise Mango Phone development is a buzz. As a developer all we want to create killer apps for windows phone. RadControls for windows phone 7 enables us to create beautiful and powerful application. (more)
category: Metro | clicked: 8 | 3 comments | | source: debugmode.net
tags: Windows Phone 7, Telerik, Mango Update, RadControls
2
Shouts

Azure Services connecting Windows Phone to Data

posted by KMilKMil 606 days, 17 hours, 26 minutes ago
Wednesday, September 21, 2011 12:12:04 PM GMT
This article would be a natural continuation of Samidip Basu's previous post on “Connecting Azure and Windows Phone through OData” and show a different way of leveraging Azure cloud services for your Mobile applications. (more)
category: Metro | clicked: 4 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, wp7dev, Azure
2
Shouts

Windows Phone 7 Data Access Strategies: Security

posted by KMilKMil 607 days, 20 hours, 15 minutes ago
Tuesday, September 20, 2011 9:22:30 AM GMT
In this SilverlightShow article, Andrea Boschin focuses on the important topic about the limitations of Windows Phone 7 and shows an example based on WCF from which you can for sure extract some guidelines for securing network communications. (more)
category: Metro | clicked: 3 | comment | | source: www.silverlightshow.net
tags: Security, Windows Phone 7, WP7, wp7dev, Data Access
3
Shouts

10 Windows Phone 7 Tips and Tricks

posted by robertbraveryrobertbravery 613 days, 11 hours, 55 minutes ago
Wednesday, September 14, 2011 5:42:55 PM GMT
Do you have a Windows Phone 7 device? Want some tips and tricks? Well read on I have gathered 10 of the best and most useful. (more)
category: Smart Client | clicked: 2 | comment | | source: www.integralwebsolutions.co.za
tags: Windows Phone 7
Previous 1 2 3 4 5 6 7 8 9 10 ... 19 20 Next