OrientationTest:从 Objective-C 访问 android.provider.Settings.System 的演示

时间:2024-07-19 02:22:22
【文件属性】:

文件名称:OrientationTest:从 Objective-C 访问 android.provider.Settings.System 的演示

文件大小:23KB

文件格式:ZIP

更新时间:2024-07-19 02:22:22

Objective-C

演示从 Objective-C 桥接到 Java 以通过 Apportable Android 遵守设备方向锁定设置 细节 在改编 Objective-C 应用程序以在 Android 上执行时使用,尤其是当原始 Objective-C 应用程序支持任意方向时。 从 android.provider.Settings.System 获取“屏幕旋转锁定”值。 出于演示目的,每转 5 圈左右它就会遵守旋转设置,然后再转 5 圈就不会了。 - 要公开的 Java 代码 - 通过 helper 公开 Java 代码的 Objective-C 代码 - 构建SettingsSystemUtil Java 和 Objective-C 源文件的集成 - 有条件地遵守和不遵守设备的旋转锁定设置的使用演示 要求 - 在 v1.1.24 上测试


【文件预览】:
OrientationTest-master
----testOrientationDeviceVsPlatform.approj()
--------configuration.json(13KB)
----LICENSE(1KB)
----testOrientationDeviceVsPlatformTests()
--------Info.plist(753B)
--------testOrientationDeviceVsPlatformTests.m(958B)
----README.md(1KB)
----testOrientationDeviceVsPlatform()
--------ViewController.m(3KB)
--------Info.plist(1KB)
--------SettingsSystemUtil.m(2KB)
--------main.m(361B)
--------SettingsSystemUtil.h(177B)
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(242B)
--------AppDelegate.h(304B)
--------AppDelegate.m(2KB)
----.gitignore(495B)
----testOrientationDeviceVsPlatform.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
----java()
--------src()

网友评论