In Windows Phone Mango update, we can use VideoBrush since we could not do that in windows phone 7 . So there is something interesting to do. We can develop more fantasitic apps. For example, we can play a video as background in our application. We
Windows Phone read local data During windows phone development, sometimes we might be want to read some initial data from local resources. Data can be stored in XML, JSON, TXT or other formats. Unlike data files stored in Isolatedstorage, we cannot
I have talked about how to create custom Live Tile in 《Windows Phone 實用開發技巧(17):自訂應用程式的Tile》. Today let’s dig a little bit deeper.What do you see in this image shown below ?Do you see the same tile with different background called accent color in
前幾天有個網友問我如何動態綁定Pivot項,即PiovtItem的項是動態,PivotItem中的資料也是動態。這個使用MVVM模式可以很方便的實現,在ViewModel中設定一個集合表示當前有多少個Item,集合中的類中含有當前PivotItem中的資料來源。下面以一個簡單的demo來示範下:先來看看XAML中是怎麼去綁定的<!--LayoutRoot is the root grid where all page content is placed--><Grid
用過Expression Blend的朋友都知道,在Expression Blend中為Silverlight和WPF開發提供了一個項目模板,即SketchFlow。我們利用它可以方便的製作具有類比效果的原型設計。這裡就不做太多的介紹的,有興趣的人可以自己搜尋下,這裡介紹一本不錯的SketchFlow 入門教程《Dynamic Prototyping with SketchFlow in Expression Blend Sketch Your Ideas》(大家可以Google下然後下載看看)