[Xamarin] 製作吐司(Toast)以及圖文並茂的Toast
最近在看Xamarin使用C#來撰寫Android App .
紀錄一下,順便給之後有需要的人可以有所參考 :)
今天要來聊的是關於Toast 這東西,這在以前Android 上面我是很常使用
拿來log 做debug 或是做一些給User 的簡單提示都是非常方便的.
Toast樣貌:
[Xamarin] 產生專案的AndroidManifest.xml
紀錄一下 Xamarin 如何開啟 AndroidManifest.xml,因為這跟權限有關係,每個Android App幾乎都要設定
每次都想Add File 去增加但是其實是不對的
工具上面不管是Visual Studio 或是 Xamarin Studio 上面開啟都很簡單且設定方便
Xamarin Stduio:
對"專案"中按滑鼠右鍵,選擇"選項"
[C#] 取MySQL 中資料表(TABLE)的欄位以及相關資訊
上一篇文章,我們談到關於透過C#取MySQL 其中一資料庫中的所有TABLE
這篇我們來談談取到資料庫的TABLE後我們來取得各TABLE裡面個欄位名稱、是否為KEY、欄位類別、欄位類別最大限制
首先我們在MySQL 建立兩張資料表並且欄位如下:
test_ina9 > friends
test_ina9 > payrecord
[C#] 取MySQL 其中一資料庫中的所有TABLE
A tool for convert .net WebService(.asmx) to jquery AJAX code.
.Net WebService is something I find very convenience, service side of lots project on hand has adopted this technique.
Lately ajax has been used frequently. I've been thinking, how dose client side(.html) to call web service(.asmx) more faster.
Therefore "NO2AjaxGenerator" has been created.
The advantages as following:
1. Fastly generate javascript code to call the .Net WebService(.asmx).
2. Fully support intelligent sense of your customize object under javascript side on Visual Studio 2012.
3. Easy to use, passing parametes through JSON.
4. Having same experience in Javascript like coding in C#.
標籤: ASP.net , C# , OpenSource , WebService