一、前言通过《Xamarin.Android之SQLiteOpenHelper》和《Xamarin.Android之ContentProvider》的学习,我们已经掌握了如何使用特定于该平台的数据库操作。但是这样却和Xamarin所宣称的跨平台相违背了,因为这样我们就需要针对不同的平台编写不同的代码...
分类:
移动开发 时间:
2014-08-27 16:03:07
阅读次数:
281
Create native iOS, Android,Mac and Windows apps in C#. 看到这句话,你就知道Xamarin是什么了,对于C#开发者,这样的标语还是会让你激动一下下的。 可能很多人知道Mono,类似于.net framework ,但是跨平台:Linux, Un....
分类:
其他好文 时间:
2014-08-26 13:38:46
阅读次数:
617
昨晚Microsoft MVP的身份来申请Xamarin.Android,想不到今早就有邮件回复。花上些少时间订阅与注册:望有时间能学习到一些新技术。下面是Insus.NET下载并安装,留下几个经典介面。首先需要安装Java(TM) SE Development Kit 6 Update 39:安装...
分类:
移动开发 时间:
2014-08-26 13:07:26
阅读次数:
220
Xamarin 支持使用C#开发基于Android、IOS、WindowsPhone应用开发,最大特点C#+跨平台,详细说明问度娘。安装 研究想体验研究的点击查看页面 Xamarin For Visual Studio 3.0.54.0 完整离线破解版我也下载了研究下,破解有时候有问题,一登陆就变成...
分类:
移动开发 时间:
2014-08-22 23:41:59
阅读次数:
454
Visual Studio中用Xamarin开发Android应用,生成apk文件有3种方法1、debug时,代码目录下bin\Debug中会自动生成调试用***-Signed.apk文件,但是文件Size非常大,不建议使用。2、Release时,“部署”勾选√,生成--部署解决方案后,代码目录下b...
分类:
移动开发 时间:
2014-08-22 19:21:59
阅读次数:
347
来自:http://www.cnblogs.com/yuzukwok/p/3884377.htmlAn Introduction to Xamarin.Forms来源:http://developer.xamarin.com/guides/cross-platform/xamarin-forms/i...
分类:
Web程序 时间:
2014-08-21 13:13:54
阅读次数:
386
讲解anroid.view.animation。
android.view.animation
Provides classes that handle tweened animations.
Android provides two mechanisms that you can use to create simple animations: tweened ...
分类:
移动开发 时间:
2014-08-20 16:24:52
阅读次数:
230
本文主要介绍Xamarin结合VS2013来开发Android应用程序,主要会介绍Mono和Xamarin的关系,以及整个搭建环境的过程。一、Mono和Xamarin介绍1.Mono简介Mono 是一个由Novell 公司主持的项目。该项目的目标是创建一系列符合ECMA 标准(Ecma-334 和E...
分类:
移动开发 时间:
2014-08-20 01:23:46
阅读次数:
280
Xamarin.Forms 在启动的时候相当慢,必须添加一个启动界面,步骤如下:
1.将启动画面的图片命名为:splash_screen.png,并拷贝到 Resources 文件夹下的相应 Drawable 文件夹中;
2.在其中的 Drawable 文件夹下创建 splashscreen.xml ,内容为:
<bitmap xmlns:android="http://sch...
分类:
移动开发 时间:
2014-08-11 17:47:32
阅读次数:
231
Most of the people who work with Xamarin’s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn’t work for AXML in source view.O...
分类:
移动开发 时间:
2014-08-08 01:31:35
阅读次数:
355