Feed on
Posts
Comments

Category Archive for 'Windows Phone'

You can customize the image shown in your Windows Phone 7 Tile.  All you need to do is change the BackgroundImageURI value in the WMAppManifest.xml file. <Tokens> <PrimaryToken TokenID="MyAppToken" TaskName="_default"> <TemplateType5> <BackgroundImageURI IsRelative="true" IsResource="false"> /Images/Coins/tileImage.png</BackgroundImageURI> You can also change this value in the Visual Studio 2010 Property page. Figure 1:  Change Background Image in Property [...]

Read Full Post »

It’s easy to embed information inside your assembly. Just add it to the assemblyInfo.cs/assemblyInfo.vb  file or use the Visual Studio properties window. Reading the AssemblyInfo data When you want to read this information from a Silverlight/WindowsPhone assembly you can call on the Assembly class to get the desired data. You can use the GetExecutingAssembly method [...]

Read Full Post »

Windows Phone 7, like most modern touch screen phones, has an on screen keyboard.  It’s known as the Software Input panel (SIP) and it is a virtual keyboard that appears when a text-input control such as a TextBox gets the input focus. There are 50+ keyboards configurations available.  Figure 1 shows the default keyboard layout. [...]

Read Full Post »

The all-in-one installer Here’s a story you know very well.  Microsoft creates a new version of a popular framework.   Throughout the beta cycle they release versions of the tools and SDKs.  Finally the day comes when they release the final version and we start installing the bits on our computers. The best solution for us [...]

Read Full Post »

Let’s be frank, it doesn’t take much to double the number of Windows 7 applications available on the market place.  Up till today us only been six apps on the store.  The good news is Microsoft has started testing the deployment of apps to the store and it appears to be working. Now there’s a [...]

Read Full Post »

Continuing with my game theme for the week here’s a little tidbit about a great looking, 3-D puzzle game. SouthEnd Interactive has just announced that they will have their cute iomilo game available when the Windows Phone 7 is launched this fall. Now you can carry ilomilo with you in your pocket and play it [...]

Read Full Post »

What happens when you put three interviewers, one studio audience and a guest on a podcast? You might think it was total mayhem.  but really, it was a  just a lot of fun. This week I was a guest on the Sparkling Client podcast. They had me on to talk about Windows Phone 7 hardware [...]

Read Full Post »

A few days ago I wrote about the new game studio opening at Microsoft. I’ve argued for years that the way to get platform adoption is to provide compelling applications for users. Games, games games. Today the XBOX team announced a huge number of XBOX titles intended to be ready for the WP7 launch in [...]

Read Full Post »

It’s taken 10 years, but Microsoft is finally getting serious about phone development.  They’ve thrown out the old model and embraced the multi-touch smart systems that Android and iPhone have popularized.   They’re thinking hard about the social aspects of the device.  They hired a ton of design and UX people and are working to make [...]

Read Full Post »

The Windows Phone 7 Series specification mandates that certain hardware be present on all hardware. Camera No, this is not the camera on the phone. But we can wish can’t we?   The phone must contain a 5-megapixel camera and accompanying flash.  Developers can mark their phone applications as a Photo aware application. I believe [...]

Read Full Post »

« Newer Posts - Older Posts »