Is there a codesample and a tutorial for this? Ideally one published by Oracle.
simple_sync_android doesn't use SQLite at all.
This is the best I could find and it's somewhat insufficient in detail: Enterprise Mobility with Oracle Database Mobile Server
?
This looks kinda hopeful:
http://www.oracle.com/technetwork/database/database-technologies/database-mobile-server/documentation/dms-quickstart-218…
4 Transport Demo
Once DMS and MDK are installed, you are ready to move on to the next step - the Mobile
Server synchronization and the application development and deployment models.
For more information, see your mobile client platform-specific version of the Transport demo
tutorial included in the MDK:
Win32/WinCE: <ORACLE_
HOME>\Mobile\Sdk\samples\dotnet\bdb\transport\doc\Transport Tutorial.doc
Note: Android and iOS tutorials are only included in the DMS
version 11.3.0.1 and above.
■ For Android: <ORACLE_ HOME>\Mobile\Sdk\samples\android\
transport\Transport Tutorial.pdf
■ For iOS: <ORACLE_HOME>\Mobile\Sdk\samples\ios\
transport\Transport Tutorial.pdf
Only problem here is that it's not included in my install?! (I'm running 11.3.x)
-JD