我想知道如何使用appcelerator钛读取我的preferences.xml复选框的状态

时间:2011-08-08 05:49:29

标签: android titanium appcelerator appcelerator-mobile titanium-mobile

我正在使用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>

1 个答案:

答案 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