Samples
Samples
SQLiteSample
Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/SQLiteSample
- org.me.sqlitesample
res\values\strings.android-xml
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">SQLite Sample</string> <!-- DBActivity.pas --> <string name="db_activity">SQLite</string> <string name="no_records">No customers in the database</string> </resources>
