博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Delphi XE8中Android开发有用的资源!
阅读量:4493 次
发布时间:2019-06-08

本文共 1706 字,大约阅读时间需要 5 分钟。

一,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

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.

Androidapi.JNI.Support

Set of libraries that provide a wide array of different features for Android programming.

Androidapi.JNI.Embarcadero

Library that provides the core functionality required by the on the Android platform.

Androidapi.JNI.AdMob

SDK of the Google Mobile Ads service.

Androidapi.JNI.Analytics

SDK of the Google Analytics service.

Androidapi.JNI.Licensing

License Verification Library, a collection of helper classes to simplify adding licensing to an Android application.

Androidapi.JNI.InAppBilling

API of the Google Play In-app Billing service.

Androidapi.JNI.PlayServices

API of the Google Play services.

Androidapi.JNI.ApkExpansion

SDK for hosting Android APK expansion files on the Google Play servers.

Androidapi.JNI.PlayServices.GCM

SDK of the Google Cloud Messaging service. 

在XE8帮助(topics.chm)文件中位置:

 

转载于:https://www.cnblogs.com/sunylat/p/6119055.html

你可能感兴趣的文章
PCL Examples
查看>>
spring boot
查看>>
浏览器URL传参最大长度问题
查看>>
学习进度条
查看>>
Linux crontab 定时任务详解
查看>>
string成员函数
查看>>
onSaveInstanceState()方法问题
查看>>
[转]CocoaChina上一位工程师整理的开发经验(非常nice)
查看>>
大数据时代侦查机制有哪些改变
查看>>
雷林鹏分享:jQuery EasyUI 菜单与按钮 - 创建链接按钮
查看>>
Apache Traffic Server服务搭建
查看>>
poj1990两个树状数组
查看>>
学习python-day1
查看>>
Zend_Db_Table->insert ()和zend_db_adapter::insert方法返回值不同
查看>>
递归问题
查看>>
Hyperledger下子项目
查看>>
Linq-查询上一条下一条
查看>>
常见前端开发的题目,可能对你有用
查看>>
BeautifulSoap库入门
查看>>
乐观锁与悲观锁
查看>>