Prevent ugly images on Windows Phone
Free XNA Game Programming and Windows Phone 7 Events in Arizona in May
Published by dwahlin on 01.05.2012 at 22:14
- XNA Game Development with Dan Wahlin, Spike Xavier, Rico Rodriguez, Lou Prado, and Ryan Plemons, May 5th, Tempe, AZ.Register
- Business Application Development with Joseph Guadagno, May 12th, Chandler, AZ. Register
Read the full post Available memory and Background agents in Windows Phone 7
Published by Corrado Cavalli on 15.03.2012 at 18:24
When you create a background agent for Windows Phone 7 there are a couple of important details you must be aware of:
- The total scheduled time for the agent to execute is 25 seconds, if you exceed it the agent will be killed by the scheduler.
- The max amount of memory available is 6 MB, if the agent allocates more the agent will be, again, killed.
- With Visual Studio debugger attached these limits are disabled.
colorizing images using expression blend
Published by Timmy on 09.03.2012 at 21:19
Yesterday I recorded a screencast to demonstrate how to colorize images in a Windows Phone 7 application using Expression Blend 4. In Silverlight or WPF I use a shader to colorize images, but because shaders aren’t available in the same way in Silverlight for Windows Phone I had do come up with a different technique. In this tutorial I show how to use application bar icons as an opacity mask on rectangles. I set the fill brush of these rectangles to the default phone accent brush.
Here’s the video:
colorizing images using expression blend
Setting visibility based on wp7 themes
Published by Timmy on 23.01.2012 at 20:18
Intro
The Technical Certification Requirements for Windows Phone 7 applications state the following:5.5.2 – Content and Themes Application content, such as text and visual elements, must be visible and legible regardless of the phone theme. For example, if the phone theme changes from black background to white background, the text and visual elements of your application must be visible or legible.This means that everything in you application, including images, should be well visible in the dark and light theming of the phone. Handling dark/light support is very easy. Read the full post
metro colors for photoshop
Published by Timmy on 18.01.2012 at 20:23
I did some designing for a Windows Phone 7 App this week. I wanted to test some graphics using the accent colors. I’ve saved the color swatches I use.
If you’re using Photoshop or Illustrator and would like to use them too, you can download them here:
Windows Phone 7 app – New Kids Button
Published by Timmy on 19.10.2011 at 19:17
Trial version
For the trial version of the application I wanted to show a MassageBox after a few taps on the button. The MessageBox should have a link to the marketplace to directly buy the app.Read the full post