Samples
Samples
ListView
Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/ListView
-
org.me.listviewapp
-
References
- android
- Source Files
-
Other Files
- res\values\strings.android-xml
- res\layout\main.layout-xml
- Properties\AndroidManifest.android-xml
- res\drawable-hdpi\icon.png
- res\drawable-mdpi\icon.png
- res\drawable-ldpi\icon.png
- res\layout\about.layout-xml
- res\layout\listitem_twolines.layout-xml
- res\layout\listview_header.layout-xml
- res\values\arrays.android-xml
- res\xml\listviewactivitypreferences.android-xml
-
References
res\xml\listviewactivitypreferences.android-xml
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/list_activity_settings_category">
<CheckBoxPreference
android:key="use_custom_adapter_preference"
android:title="@string/title_custom_adapter_preference"
android:summaryOn="@string/summary_on_custom_adapter_preference"
android:summaryOff="@string/summary_off_custom_adapter_preference" />
</PreferenceCategory>
</PreferenceScreen>
