Xamarin 读 “?zæm?rin”,是一个基于开源项目mono的可以使用C#开发的收费的跨平台(iOS、Android、Windows Phone、Mac)解决方式。 1.原理 Xamarin.iOS: 也就是之前的 MonoTouch(Mono for iOS),使?静态编译(Ahead-O ...
分类:
其他好文 时间:
2017-06-03 15:08:57
阅读次数:
187
1.快速配置表格,不需要写很多item https://github.com/escoz/quickdialog https://github.com/migueldeicaza/MonoTouch.Dialog http://escoz.com/open-source/quickdialog 2.
分类:
其他好文 时间:
2016-02-17 12:56:59
阅读次数:
1251
官网安装文件下载:http://download.xamarin.com/XamarinforMac/Mac/xamarin.mac-2.0.1.64.pkghttp://download.xamarin.com/MonoTouch/Mac/monotouch-8.10.1.74.pkghttp:/...
分类:
移动开发 时间:
2015-08-30 15:50:50
阅读次数:
282
Remove these directories:/Applications/Xamarin Studio.app/Developer/MonoTouch/Developer/MonoAndroid/Library/Frameworks/Mono.framework/Library/Framewor...
分类:
系统相关 时间:
2015-08-17 21:22:17
阅读次数:
177
mono for android先说下mono的大概编译结构第一个文件夹(assemblies)第二个文件夹下面是很重要的东西,就是mono的虚拟机 ,可以打开看到, 是so结尾的文件,这是c++编写的虚拟机, 这个虚拟机大概是2.8M左右。另外引用的第三方库,包括.so .jar 包都在里面。第三个——资源
包括图片,layout 等比原生java开发多了些什么
最后一个文件夹都有
中间这...
分类:
移动开发 时间:
2015-07-30 00:51:04
阅读次数:
141
一、Windows下面的安装1. 安装环境介绍: Win8.1 企业版64位或Win7 64、VS2013 update42. 安装jdk 到oracle官方下载jdk-8u45-windows-x64.exe并安装,默认是安装到C盘的,根据自己的情况选择目录 添加环境变量JAVA_HOME(...
分类:
移动开发 时间:
2015-07-09 22:41:22
阅读次数:
205
Application tried to present modally an active controller 1,AddGestureRecognizer为图片视图添加事件 //圆角头像 _avatarView = new UIImageView(new RectangleF(_blockSp...
分类:
移动开发 时间:
2015-07-02 07:38:53
阅读次数:
271
//圆角头像 UIImageView _avatarView = new UIImageView(new RectangleF(_blockSpace, _blockSpace, 2 * _avatarRadius, 2 * _avatarRadius)); UIImage img= UII...
分类:
其他好文 时间:
2015-06-24 20:55:40
阅读次数:
129
Developers are now finding themselves having to author applications for a diverse range of mobile platforms (iOS, Android, Windows Phone, …), each of ...
分类:
移动开发 时间:
2015-06-12 06:26:35
阅读次数:
218
原文:Xamarin Studio Android 配置C#依托于mono平台可以实现Unix平台服务器端开发已经不是什么新鲜事了,而Xarmain公司(初始成员大多来自原Mono、MonoTouch、Mono For Android成员)继续将C#的先进性带到了移动平台 —— 这也不是新鲜事了!但...
分类:
移动开发 时间:
2015-05-11 19:34:58
阅读次数:
192