About.me
Categories
- Awards (1)
- Development (57)
- Questions (1)
- Silverlight (16)
- Tips & Tricks (11)
- Tutorials (24)
- Web (1)
- Windows Phone 7 (54)
- Binding (2)
- Custom Controls (2)
- DI (1)
- IoC (2)
- Layout (1)
- Media (1)
- Multi-touch (1)
- MVVM (1)
- Navigation (4)
- Optimization (1)
- Push Notifications (1)
- Sensors (1)
- Serialization (7)
- System Tray (1)
- Themes (2)
- Toolkit (1)
- Events (8)
- MVP (2)
- Presentations (6)
- General (1)
- Tools (2)
Category Archives: Tutorials
W16: Detecting and handling multi-touch events in Windows Phone 7 applications
In this tutorial I am going to describe a very simple application I’ve developed while playing around with multi-touch functionality in Windows Phone 7. Application is going to detect and handle multi-touch event for 4 touch points simultaneously. Image bellow … Continue reading
Posted in Development, Multi-touch, Tutorials, Windows Phone 7
Tagged multi-touch, tutorials, windows phone 7, wp7
9 Comments
W14: Multi-column StackPanel for Windows Phone 7
Few days ago I have decided to develop multi-column StackPanel control for one of my projects. Basically, I have created many StackPanels in horizontal orientation inside a StackPanel with vertical orientation. It should be a very simple solution and I … Continue reading
Posted in Custom Controls, Development, Silverlight, Tutorials, Windows Phone 7
Tagged controls, silverlight, tutorials, windows phone 7, wp7
4 Comments
W13: Playing sounds in Windows Phone 7 applications
In this short tutorial I will show how to play sounds in Windows Phone 7 Silverlight applications. You will be surprised that for playing sounds in Silverlight application you will need to add a XNA Framework reference to your project. … Continue reading
Posted in Development, Tutorials, Windows Phone 7
Tagged media, tutorials, windows phone 7, wp7
Leave a comment
W12: Creating a simple Media Player for Windows Phone 7
In this tutorial I will create a simple Media Player application for playing various videos (e.g in .wmv format). I am going to use MediaElement control as a media container for a player. I will also create few buttons to … Continue reading
Posted in Development, Tutorials, Windows Phone 7
Tagged media, tutorials, windows phone 7, wp7
6 Comments
W03: Page Orientation in Windows Phone 7
In this short tutorial I will show how to operate with Page Orientation in Windows Phone 7 applications. Tweet
Posted in Development, Tutorials, Windows Phone 7
Tagged Page Orientation, tutorials, windows phone 7, wp7
Leave a comment
W10: Determining license mode in Windows Phone 7 apps
In this post I will show how to separate trial license functionality from full license functionality in Windows Phone 7 applications. Application submitted to a marketplace could be provided with a trial version, so any user can try it before … Continue reading
W09: Twitter Search application for Windows Phone 7
In this lesson I will create a simple Twitter search application for Windows Phone 7. Basically, tutorial is very similar to my previous my RSS tutorial, but instead of RSS feed, I am going to use one of the Twitter … Continue reading
Posted in Development, Tutorials, Windows Phone 7
Tagged tutorials, windows phone 7, wp7
Leave a comment
W08: RSS Reader for Windows Phone 7
In this lesson I will create a simple RSS(Really Simple Syndication) Reader for Windows Phone 7. I will use Linq-To-XML for reading a RSS feed. User interface will contain a Textbox to enter an URL of a RSS Feed and … Continue reading
W07: Windows Phone 7 Application Bar
In this lesson I will show few ways how to add an application bar to your Windows Phone 7 application. Creating an application bar is a very important part of development for windows phone as it increases a speed of … Continue reading
Posted in Development, Tutorials, Windows Phone 7
3 Comments


