Rupert

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

导航

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 108 下一页

2014年4月16日

摘要: 在一些Android应用的开发中,需要通过JNI和Android NDK工具实现JAVA和C/C++之间的相互调用。 Java Native Interface (JNI)标准是java平台的一部分,它允许Java代码和其他语言写的代码进行交互。JNI是本地编程接口,它使得在Java虚拟机(VM)... 阅读全文

posted @ 2014-04-16 10:23 ArRan 阅读(1450) 评论(0) 推荐(0) 编辑

2014年4月14日

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

2014年4月9日

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

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 108 下一页