Rupert

::Me(C#,VC,MonoTouch,MonoforAndroid);

导航

随笔分类 -  mono for android

mono for android by xamarin
摘要:一、Windows下面的安装1.安装环境介绍: Win8.1企业版64位、VS2013,mono-android-4.12.02001,下面的安装过程都是在VS2013已经安装成功之后的操作,本次破解支持vs2013中文。2.安装jdk到oracle官方下载jdk-6u45-windows-i586... 阅读全文

posted @ 2014-04-14 16:10 ArRan 阅读(877) 评论(0) 推荐(0)

摘要:android:layout_alignParentLeft="true" 位于父容器左上角android:layout_alignParentBottom, android:layout_alignParentTop, android:layout_alignParentRight只能在父控件为RelativeLayout时才起作用,而对于像LinearLayout这样的布局不起作用android:layout_centerInParent="true" 位于布局容器的中央位置;layout_centerHorizontal位于布局容器水平居中位置;l 阅读全文

posted @ 2014-04-09 17:57 ArRan 阅读(501) 评论(0) 推荐(0)

摘要:英文释义:Hierarchy--分层。单词意思即为分层视图。功能:层次Viewer允许你调试和优化您的用户界面。还可以学习别人做好的UI界面,它提供了一个布局的视图层次结构(布局视图)的视觉表现和放大的显示检查员(像素完美查看)。使用: 1.用模拟器运行你要查看的项目 2.打开HierarchyViewer :sdk文件夹下 tools/Hierarchy Viewer,出现界面解释按钮 Refresh--当模拟器布局改变,点击更新树形图 Load View Hierarchy --生成树形图,双击节点可以查看详细 Inspect Screenshot--测量查看像素或者颜色个人还是用不太习惯 阅读全文

posted @ 2014-03-05 16:07 ArRan 阅读(608) 评论(0) 推荐(0)

摘要:Xamarin.Android 4.10.01068 & Xamarin.iOS 1.8.36128 CommentstweetinShareNEW support for VisualStudio2013 & Portable Class LibrariesDownload includeXamarin.iOS 7.0.4.209 (OSX) & 1.8.361 , 1.8.365 (WIN)Xamarin.Mac 1.6.19 (indownlaodarchive you can findinstallerwithout licence check – pached 阅读全文

posted @ 2014-01-09 15:18 ArRan 阅读(3694) 评论(0) 推荐(0)

摘要:Xamarin android客户端C# 服务器端效果图 阅读全文

posted @ 2013-04-21 05:01 ArRan 阅读(2252) 评论(2) 推荐(0)

摘要:Announcing Xamarin 2.0→Nat FriedmanJoin Xamarin cofounders Nat Friedman and Miguel de Icaza for a live online introduction to Xamarin 2.0 on March 5th. Register now:US,Europe.For the last 9 months we have been hard at work on a series of giant improvements to the way people build mobile apps. Today 阅读全文

posted @ 2013-02-21 09:46 ArRan 阅读(1196) 评论(3) 推荐(0)

摘要:What's new in MonoDevelop 3.0.4MonoMac / MonoTouch improvementsNew Archive support for MonoTouch/Mac projects. The Build / Archive command archives the current build configuration. The View / Archives command shows a list of all archived builds. It allows users to use Xcode’s Archive Organizer t 阅读全文

posted @ 2012-10-25 16:37 ArRan 阅读(453) 评论(0) 推荐(0)

摘要:For our one and only Xamarin Seminar this month, we were joined by Mike Bluestein, who provided a great seminar on how to use Android Services in Mono for Android with C#.This session discusses how to develop services in C# using Mono for Android. Mike covers the basics of how Android services work 阅读全文

posted @ 2012-10-19 16:48 ArRan 阅读(170) 评论(0) 推荐(0)

摘要://------------------------------------------------------------------------------// <auto-generated>// This code was generated by a tool.// Runtime Version:2.0.50727.4952//// Changes to this file may cause incorrect behavior and will be lost if// the code is regenerated.// </auto-gene... 阅读全文

posted @ 2012-08-21 17:05 ArRan 阅读(399) 评论(0) 推荐(0)

摘要:一则新闻《软件服务提供商Xamarin融资1200万美元》,更详细的内容可以看Xamarin的官方博客Xamarin raises $12M to help you make better apps faster →。这篇新闻里告诉了我们目前Mono的用户规模“使用Xamarin软件的应用开发者已经超过15万,其中付费用户约为7500名。在Xamarin的客户中,还包括一些知名的企业,如美国国家仪器(National Instruments)和数字音乐订阅服务商Rdio等”。一直关注和研究Mono项目,今天把平常自己写的和园子里同学写的Mono的相关文章整理了一下,发现从2011年开始已经有非 阅读全文

posted @ 2012-08-10 16:00 ArRan 阅读(255) 评论(0) 推荐(0)

摘要:这里分享一些关于 mono 的学习网站。首先是mono 的首页http://mono-project.com/Main_Page 阅读全文

posted @ 2012-08-10 12:43 ArRan 阅读(330) 评论(0) 推荐(0)

摘要:Mono,作为.NET运行库的开源实现,正在将微软的技术带到未曾预料到的地方,包括iPhone,Android和Wii。根据Novell公司的首席Mono开发者Miguel de Icaza称,Apple的App Store中有多个应用程序是基于Mono。这可能会让那些熟悉苹果应用程序限制政策的人感到意外,因为苹果公司严格禁止开发者使用解释语言和第三方运行环境——在很大程度上就将.NET和Java之类技术排除在外。静态编译(Static compilation)是一道特别的沙司,正是它使得Mono在iPhone中运行成为可能。Mono还允许开发者使用ahead-of-time(AOT)编译,它 阅读全文

posted @ 2012-08-10 12:40 ArRan 阅读(459) 评论(0) 推荐(0)