Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

CubeLiveWallpaper

Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/CubeLiveWallpaper

res\values\strings.android-xml

<resources xmlns:android="http://schemas.android.com/apk/res/android">
  <!-- Application name -->
  <string name="wallpapers">Example Wallpapers</string>

  <!-- Wallpaper showing a cube -->
  <string name="wallpaper_cube1">Cube</string>

  <!-- Wallpaper showing a cube or dodecahedron, data read from resource -->
  <string name="wallpaper_cube2">Cube - resource</string>

  <!-- Wallpaper showing a cube, renderscript version -->
  <string name="wallpaper_cube3">Cube - RenderScript</string>

  <string name="cube2_settings">Settings</string>
  <string name="cube2_settings_title">Select shape</string>
  <string name="cube2_settings_summary">Choose whether to display a cube or a dodecahedron</string>
</resources>