Time of Update: 2015-09-22
標籤:今天博主在開發一款windows phone應用時,希望實現app背景的更換,思路很簡單。使用ApplicationDataContainer容器儲存我的圖片路徑,每次載入應用時讀取這個路徑以決定我用什麼背景,然後在更換背景時改變這個容器的值就好了。相關代碼如下: ApplicationDataContainer localsetting = ApplicationData.Current.LocalSettings;
Time of Update: 2015-07-05
標籤:LongListSelector利用ListHeader、ListFooter載入上一頁和下一頁XAML代碼:<phone:LongListSelector><phone:LongListSelector.ListHeader> <Grid> <Button Content="載入上一頁" Click="pre_Click"/>
Time of Update: 2015-06-25
標籤:HttpClient 對象也可以實現網路請求相對於 HttpWebRequest 對象來說,HttpClient 操作更簡單,功能更強大HttpClient 提供一系列比較簡單的API來實現基本的請求同時也支援身分識別驗證和非同步作業注意 Windows Runtime 平台中有兩個 HttpClient 類型,調用方式幾乎相同,以下內容使用 Windows.Web.Http 中的
Time of Update: 2015-06-25
標籤:Windows 運行時中支援網路資源訪問的對象:HttpWebRequest 對象發送 GET/POST 請求,HttpHelper 封裝,逾時控制。HttpClient 對象發送 GET/POST 請求,請求進度監控。兩種常用請求方式:GET 請求主要是從伺服器請求資料可以傳遞有限(1024位元組)資料POST 請求主要是往伺服器發送資料,傳遞資料大小沒有限制。也可以接收服務端資料,但大多數是請求結果標識。 HttpWebRequest1 <Grid>2
Time of Update: 2015-06-18
標籤:(此文章同時發表在本人公眾號“dotNET每日精華文章”,歡迎右邊二維碼來關注。) 題記:曾經在Windows Phone上想開發一個支援多種格式的媒體播放器是比較困難的一件事情,因為無法利用FFmpege這樣的開源庫。不過現在好了,微軟提供了一個開源的FFmpegInterop解決了此問題。 由於WinRT和Windows
Time of Update: 2015-06-26
標籤:加速度感應器手機的加速度感應器工作時是通過 x、y、z 三個軸的位移來計算的在代碼基本的 API 主要集中在 Accelerometer 類型中主要是使用該類型的對象捕獲 ReadingChanged 事件監視加速度值變化的X、Y、Z 加速度感測值1 <StackPanel>2 <TextBox x:Name="txtX" Header="X:"/>3 <TextBox x:Name="txtY"
Time of Update: 2015-06-15
標籤:windows phone
Time of Update: 2015-06-16
標籤:DataContractSerializer對象1 public class Person2 {3 public int Id { get; set; }4 public string Name { get; set; }5 public int Age { get; set; }6 public char Gender { get; set; }7 }Person 1 private
Time of Update: 2015-06-14
標籤:windows phone
Time of Update: 2015-06-15
標籤:JSON序列化1 public class Person2 {3 public int Id { get; set; }4 public string Name { get; set; }5 public int Age { get; set; }6 public int Gender { get; set; }7 }Person 1 Person zhang = new
Time of Update: 2015-06-12
標籤:Windows Phone SDK 8.1 update英文版http://download.microsoft.com/download/E/7/D/E7D9744A-06A6-46FB-AEA4-50FAAEC6CE73/windowsphone81sdkupdate1.isoWindows Phone SDK 8.0中文版http://download.microsoft.com/download/F/5/6/F56AD199-EF12-43C7-8551-C095394D3B32/
Time of Update: 2015-06-13
標籤:控制項模版的概念Windows Phone中每一個控制項都有一個預設的模版,用於描述控制項的內部組成結構和外觀樣式相對於原本的樣式外觀操作,自訂模版的可自訂性更強最基本的重寫控制項模版 1 <Grid> 2 <!--Button按鈕置中對齊--> 3 <Button HorizontalAlignment="Center"> 4 <!--原生控制項模版設定的就是Template屬性--
Time of Update: 2015-05-28
標籤:phonegap webview 調試 debuggap windows phone 如果你想要用DebugGap來調試IE的話,你需要做額外的一件事當項目引用debuggap.js的時候,我們應當增加DebugGap 服務的遠程地址如果你的遠程地址是 192.168.1.4:11111,那指令碼地址應該像下面那樣<
Time of Update: 2015-05-25
標籤:datacontext binding path elementname wp資料繫結 資料繫結,顧名思義,兩個要義:一是資料,而是綁定然而再一想,是誰將資料繫結到誰的屬性上面,這一句話就道出了資料繫結的四個關鍵對象:繫結目標對象、目標屬性、繫結來源、繫結來源中要綁定的值。根據綁定對象和繫結來源來劃分,其實無
Time of Update: 2015-05-26
標籤:windows phone 8.1 安裝包檔案 ms-appx installedlocation windows.applicationm Windows
Time of Update: 2015-05-25
標籤:windows phone
Time of Update: 2015-05-28
標籤:windows phone 8.1 httpwebrequest begingetresponse begingetrequeststrea responsestreamcallba Windows
Time of Update: 2015-05-23
標籤:windows phone
Time of Update: 2015-05-22
標籤:windows phone 8.1 button clickmode symbolicon emoji Button,就是按鈕,最平常,最常用的控制項之一,處理點擊事件得心應手。但是有些Button的特性往往被忽略掉了,以下就是Button容易被忽略的地方:1.
Time of Update: 2015-05-06
標籤:windows phone cocos2dx 橫屏 豎屏 wp8 1、首先開啟自己的windows