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: Tips & Tricks
Displaying image inside Panorama Title in Windows Phone applications
Although it might seem too obvious, but still many developers and designers forget that top-margin should be equal to 80 for the content inside Panorama Title(in my example bellow Margin=”0,80,0,0″ for Grid element). Bellow is the XAML markup that you … Continue reading
Posted in Development, Layout, Tips & Tricks, Windows Phone 7
Tagged layout, tutorials, windows phone 7, wp7
3 Comments
Injecting ViewModels to Views using a custom ViewModelLocator in Windows Phone
In one of my previous posts (IoC for Windows Phone: Ninject I have shown a simple IoC and DI tutorial using Ninject. In this tutorial will be based on previously developed code and extended that with a custom ViewModelLocator to … Continue reading
Posted in Development, DI, IoC, MVVM, Silverlight, Tips & Tricks, Windows Phone 7
Tagged di, ioc, mvvm, silverlight, tutorials, windows phone 7, wp7
5 Comments
Making a POST call to a HTTPS url using HttpWebRequest
Here is a sample method I’ve used for making a POST(HTTP Method) call to a HTTPS url using an instance of HttpWebRequest class: Keep in mind that if your call does not have any content(request body) you still can not … Continue reading
Posted in Development, Tips & Tricks, Tutorials, Web
Tagged .net, csharp, https, httpwebrequest, web
Leave a comment
Creating reusable animations programmatically in Silverlight and Windows Phone
As many of you know, I answer a lot of emails regarding Windows Phone development and last week I was asked to show how to create reusable Storyboards with animations programmatically in Silverlight (Windows Phone). Of course, there are plenty … Continue reading
Posted in Development, Silverlight, Tips & Tricks, Tutorials, Windows Phone 7
Tagged animation, silverlight, storyboard, windows phone, wp7
Leave a comment
Three properties that I use for almost every Windows Phone application
In this post I will tell you which three properties I use for almost every of my Windows Phone applications. First property is used by me to determine if the application is running in trial mode or full mode. Second … Continue reading
Posted in Development, Themes, Tips & Tricks, Tutorials, Windows Phone 7
2 Comments
Detecting theme background in Windows Phone 7 applications
As you have probably noticed Windows Phone 7 platform allows you to change the Background (Theme) in emulator and on real device. It can be accomplished in Settings -> Theme menu (check image bellow). As a developer I sometimes need … Continue reading
Posted in Development, Themes, Tips & Tricks, Windows Phone 7
Tagged themes, tutorials, windows phone 7, wp7
3 Comments
Binding Image, Brush or Color to Background property in Silverlight and Windows Phone 7
I’ve decided to post a property I use to bind Image / Brush / Color hex to Background property of Silverlight or Windows Phone 7 control. First of all, do not use that property in every Background Binding case to … Continue reading
Posted in Binding, Development, Tips & Tricks, Windows Phone 7
Tagged binding, brush, color, image, silverlight, tips&tricks, tutorials, windows phone 7, wp7
2 Comments
Detecting and simulating low memory devices in Windows Phone 7 applications
Probably most of you have read Performance and Resource Management part of Windows Phone 7 Application Certification Requirements v1.4 document concerning requirements to memory consumption. In particular, there is a sentence regarding low memory devices (which have only 256 MB … Continue reading
Posted in Development, Optimization, Tips & Tricks, Tutorials, Windows Phone 7
Tagged memory, optimization, tips&tricks, tutorials, windows phone 7, wp7
6 Comments
Creating a Horizontal ListBox in Silverlight and Windows Phone
Creating horizontal ListBox element is obviously a pretty easy thing to do, but anyway I have decided to post XAML for that. Tweet
Posted in Development, Silverlight, Tips & Tricks, Windows Phone 7
Tagged silverlight, tips&tricks, wp7
3 Comments


