• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Conceptual Approach to Database Apps on Android

elmousa68

Lurker
I am an Oracle developer. As such I am used to screens that present data in a tabular form while at the same time providing full database functionality at distinct and separate rows. Meaning you can do query, insert, edit,delete with this tabular data. This behavior is a snap to provide in Oracle.

Moving to Android, I know there is a big conceptual or paradigm shift in thinking about database applications; but how will the standard operations of edit, insert, query, delete going to be performed in the Android environment on data stored in a database table? (as opposed to the standard Oracle Forms paradigm)

Thanks in advance.
 
Back
Top Bottom