techidea

技术,封闭制造壁垒,开源促进进步。 https://github.com/chaozaiai

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  Xamarin.Forms

摘要:http://xamarinappdev.com/ 每天看,精华https://www.syntaxismyui.com/weekly-xamarin-newsletter-issue-37/ 右侧有个邮件列表 订阅下 阅读全文
posted @ 2015-07-31 23:16 techidea 阅读(144) 评论(0) 推荐(0)

摘要:Xamarin.Forms in Anger – Jobbberr优秀UIhttps://github.com/awolf/Xamarin-Forms-InAngerhttps://www.syntaxismyui.com/xamarin-forms-in-anger-jobbberr/ 阅读全文
posted @ 2015-07-31 23:15 techidea 阅读(2715) 评论(0) 推荐(0)

摘要:1 … 2 forms定义接口 3 4 using System; 5 using System.Collections; 6 using System.Collections.Generic; 7 8 namespace 9 { 10 public interfac... 阅读全文
posted @ 2015-07-31 23:06 techidea 阅读(210) 评论(0) 推荐(0)

摘要:1 forms 定义接口 2 3 using System; 4 using System.Collections; 5 using System.Collections.Generic; 6 7 namespace 8 { 9 public interface ISystemSms... 阅读全文
posted @ 2015-07-31 23:03 techidea 阅读(141) 评论(0) 推荐(0)

摘要:1 不用自己写下载文件的功能,直接调用系统下载服务 2 forms 接口 3 4 using System; 5 using System.Collections; 6 using System.Collections.Generic; 7 8 namespace 9 { ... 阅读全文
posted @ 2015-07-31 23:02 techidea 阅读(224) 评论(0) 推荐(0)

摘要:1 forms 接口定义 2 3 using System; 4 using System.Collections.Generic; 5 using System.IO; 6 7 namespace 8 { 9 public interface IUtilPictur... 阅读全文
posted @ 2015-07-31 23:01 techidea 阅读(231) 评论(0) 推荐(0)

摘要:1 forms定义接口 2 3 using System; 4 5 namespace 6 { 7 public interface ISystemToast 8 { 9 void DisplayToast(string message);10 }11 ... 阅读全文
posted @ 2015-07-31 23:00 techidea 阅读(123) 评论(0) 推荐(0)

摘要:1 forms 代码 2 3 using System; 4 using Xamarin.Forms; 5 6 namespace.Core 7 { 8 public class ContentWebView:WebView 9 { 10 //... 阅读全文
posted @ 2015-07-31 22:59 techidea 阅读(479) 评论(0) 推荐(0)

摘要:custom renderers:http://www.wintellect.com/devcenter/jprosise/supercharging-xamarin-forms-with-custom-renderers-part-1xamarin插件https://github.com/jame... 阅读全文
posted @ 2015-04-26 09:20 techidea 阅读(149) 评论(0) 推荐(0)