techidea

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

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

2015年7月31日

摘要: 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) 编辑

2015年7月21日

摘要: 错误1:07-21 22:54:14.719: E/AndroidRuntime(21497):java.lang.UnsatisfiedLinkError:Couldn't load weibosdkcore from loader dalvik.system.PathClassLoader[De... 阅读全文
posted @ 2015-07-21 23:28 techidea 阅读(560) 评论(0) 推荐(0) 编辑

2015年5月1日

摘要: VMware-workstation-full-11.0.0-2305329.exeM50AC-J034J-08L8A-03ARM-3D14A 评估版1F04Z-6D111-7Z029-AV0Q4-3AEH8 永久版 阅读全文
posted @ 2015-05-01 23:39 techidea 阅读(140) 评论(0) 推荐(0) 编辑

2015年4月26日

摘要: 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 阅读(141) 评论(0) 推荐(0) 编辑

2015年3月13日

摘要: 网上总是说要root,也没怎么看大懂。本来好好的突然出现INSTALL_FAILED_UID_CHANGED 错误 折腾良久不得其所,网上说是没有卸载干净,恢复出厂设置,格式化存储等方法,so I try 用百度卫士卸载,手动删除文件管理器觉得相关的文件也不管用。刚刷机,实在不想恢复出厂设置和格式化... 阅读全文
posted @ 2015-03-13 00:11 techidea 阅读(787) 评论(0) 推荐(0) 编辑

2015年2月24日

摘要: 参考:http://www.tuicool.com/articles/iENjuy 其实就是按照demo写了下来package com.zc.trafficjam;import android.os.Bundle;import android.support.v4.app.Fragment;impo... 阅读全文
posted @ 2015-02-24 23:00 techidea 阅读(256) 评论(0) 推荐(0) 编辑