我正在使用Titanium Appcelerator构建Android应用程序。我已成功使用下面的preferences.xml创建首选项屏幕。我试图弄清楚如何选中复选框,我怎么看。
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="Instellingen kortingen">
<PreferenceCategory android:title="Plaats">
<CheckBoxPreference
android:title="Almere"
android:defaultValue="false"
android:key="checkbox" />
<CheckBoxPreference
android:title="Amsterdam"
android:defaultValue="false"
android:key="checkbox" />
<CheckBoxPreference
android:title="Lelystad"
android:defaultValue="false"
android:key="checkbox" />
<CheckBoxPreference
android:title="Utrecht"
android:defaultValue="false"
android:key="checkbox" />
</PreferenceCategory>
答案 0 :(得分:0)
我相信它可以被视为您Ti.App.Properties.getString('Utrecht')
或Ti.App.Properties.getBool('Utrecht')
另见http://developer.appcelerator.com/question/99541/where-is-android-app-property-list-in-emulator