techidea

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

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

2015年7月31日

摘要: 第一篇http://my.oschina.net/547217475/blog/165002GitHub上的SlidingMenu的配置方法1.首先明确SlidingMenu是什么?SlindingMenu是github上的大神写得一个侧滑菜单框架!2.如何使用SlidingMenu框架呢?首先你需... 阅读全文
posted @ 2015-07-31 23:29 techidea 阅读(388) 评论(0) 推荐(0) 编辑

摘要: 技术日新月异,稍不留神,被别人甩了几条大街。开发工具Android Studio: Google 官方放弃 Eclipse 和 Android Studio 普及。AS 虽然不算新,但是对 Android Studio 这个软件的更新速度快的惊人,有大量的新功能发布。例如支持很多注解代码提示注解、L... 阅读全文
posted @ 2015-07-31 23:24 techidea 阅读(188) 评论(0) 推荐(0) 编辑

摘要: ADT(r17)中添加了一个新功能可以允许开发者只在Debug模式下允许某些代码。Build系统生成一个名称为BuildConfig的类,该类包含一个DEBUG 常量,该常量会根据您的Build类型自动设置值。您可以通过(BuildConfig.DEBUG) 常量来编写只在Debug模式下运行的代码... 阅读全文
posted @ 2015-07-31 23:23 techidea 阅读(2091) 评论(0) 推荐(0) 编辑

摘要: 首先查到的博客地址: http://zxs19861202.iteye.com/blog/2003241Github地址:https://github.com/wyouflf/xUtilsxUtils简介xUtils 包含了很多实用的android工具。xUtils 最初源于Afinal框架,进行了... 阅读全文
posted @ 2015-07-31 23:21 techidea 阅读(160) 评论(0) 推荐(0) 编辑

摘要: http://xamarinappdev.com/ 每天看,精华https://www.syntaxismyui.com/weekly-xamarin-newsletter-issue-37/ 右侧有个邮件列表 订阅下 阅读全文
posted @ 2015-07-31 23:16 techidea 阅读(129) 评论(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 阅读(2694) 评论(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 阅读(200) 评论(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 阅读(122) 评论(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 阅读(214) 评论(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 阅读(222) 评论(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 阅读(118) 评论(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 阅读(471) 评论(0) 推荐(0) 编辑