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

本文共 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/6217610.html

你可能感兴趣的文章
第二百八十节,MySQL数据库-外键链表之一对多,多对多
查看>>
第一百零五节,JavaScript正则表达式
查看>>
第五十一节,异常处理和断言
查看>>
第六十五,html嵌入元素
查看>>
jquery table 的添加和删除
查看>>
冒泡排序
查看>>
C#嵌入C++
查看>>
java反射教程
查看>>
如何阅读科研论文笔记
查看>>
我的游戏学习日志33——游戏结构(2)
查看>>
二维数组中的查找
查看>>
htnl5与html4的区别
查看>>
webpack安装及使用
查看>>
linux下IPTABLES配置详解
查看>>
【mysql升级步骤】windows mysql版本升级 ,mysql 5.6 升级到5.7.27
查看>>
Linux内核优化
查看>>
为什么应用程序用户启动时崩溃,使用xcode打开却不会
查看>>
session
查看>>
多线程面试题Top53
查看>>
多线程编程
查看>>