花门楼前见秋草,岂能贫贱相看老。这篇文章主要讲述Delphi XE8中Android开发有用的资源!相关的知识,希望能为你提供帮助。
一,FireMonkey Component Library在XE8帮助(topics.chm)中的位置:FireMonkey Component Library,展示了FireMonkey控件在VCL类库中的各种关系,对于我们理解FireMonkey类库有非常大的帮助。
文章图片
二,Delphi XE8中Android类库源代码位置:
C:\\Program Files (x86)\\Embarcadero\\Studio\\16.0\\source\\rtl\\android ,C:\\Program Files (x86)是我安装XE8的目录,如果你的XE8不是安装到这里,请选择你安装XE8的目录,其余应该是一样的了。
三,Delphi XE8中Android类库单元名称列表:
Library | Native Files | Description |
---|---|---|
Android API |
Androidapi.JNI.App Androidapi.JNI.Dalvik Androidapi.JNI.GraphicsContentViewText Androidapi.JNI.Hardware Androidapi.JNI.InputMethodService Androidapi.JNI.Java.Security Androidapi.JNI.javaTypes Androidapi.JNI.Location Androidapi.JNI.Media Androidapi.JNI.NET Androidapi.JNI.OpenGL Androidapi.JNI.Os Androidapi.JNI.Provider Androidapi.JNI.Telephony Androidapi.JNI.Util Androidapi.JNI.VideoView Androidapi.JNI.Webkit Androidapi.JNI.Widget |
API of the Android platform. |
Android Support |
Androidapi.JNI.Support |
Set of libraries that provide a wide array of different features for Android programming. |
FireMonkey |
Androidapi.JNI.Embarcadero |
Library that provides the core functionality required by the
FireMonkey Application Platform
on the Android platform. |
Google Mobile Ads |
Androidapi.JNI.AdMob |
SDK of the Google Mobile Ads service. |
Google Analytics |
Androidapi.JNI.Analytics |
SDK of the Google Analytics service. |
Google Play Application Licensing |
Androidapi.JNI.Licensing |
License Verification Library, a collection of helper classes to simplify adding licensing to an Android application. |
Google Play In-app Billing |
Androidapi.JNI.InAppBilling |
API of the Google Play In-app Billing service. |
Google Play Services |
Androidapi.JNI.PlayServices |
API of the Google Play services. |
APK Expansion |
Androidapi.JNI.ApkExpansion |
SDK for hosting Android APK expansion files on the Google Play servers. |
Cloud Messaging |
Androidapi.JNI.PlayServices.GCM |
SDK of the Google Cloud Messaging service.
|
【Delphi XE8中Android开发有用的资源!】
文章图片
推荐阅读
- Delphi XE8如何同Eclipse使用相同的Android SDK()
- Android之提示Toast
- Delphi开发安卓程序的感受
- Delphi XE7编译安卓程序出错了
- Android之获取输入用户名与密码发送短信
- Delphi XE7的安卓程序如何调用JAVA的JAR,使用JAVA的类()
- Android之动画2
- Android讯飞语音云语音听写学习
- Android 延时执行任务的三种简单方法