Samples
Samples
CubeLiveWallpaper
Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/CubeLiveWallpaper
-
com.example.android.livecubes
-
References
- android
- Source Files
- Other Files
-
References
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>
