Samples
Samples
WiktionarySimple
Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/WiktionarySimple
-
com.example.android.simplewiktionary
-
References
- android
- Source Files
-
Other Files
- res\values\strings.android-xml
- Properties\AndroidManifest.android-xml
- NOTICE
- Readme.txt
- res\drawable\app_icon.png
- res\drawable\star_logo.png
- res\drawable\widget_bg.android-xml
- res\drawable\widget_bg_normal.9.png
- res\drawable\widget_bg_pressed.9.png
- res\drawable\widget_bg_selected.9.png
- res\layout\widget_message.layout-xml
- res\layout\widget_word.layout-xml
- res\values\styles.android-xml
- res\xml\widget_word.android-xml
-
References
res\values\strings.android-xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Wiktionary simple example</string>
<string name="template_user_agent" translatable="false">"%1$s/%2$s (Linux; Android)"</string>
<string name="template_wotd_title">"Wiktionary:Word of the day/%1$s %2$s"</string>
<string name="template_define_url" translatable="false">"https://en.wiktionary.org/wiki/%s"</string>
<string name="widget_name">Wiktionary simple</string>
<string name="widget_loading">Loading word\nof day\u2026</string>
<string name="widget_error">No word of\nday found</string>
<string-array name="month_names">
<item>January</item>
<item>February</item>
<item>March</item>
<item>April</item>
<item>May</item>
<item>June</item>
<item>July</item>
<item>August</item>
<item>September</item>
<item>October</item>
<item>November</item>
<item>December</item>
</string-array>
</resources>
