Greetings, all.
The question may be a foolish one, but it intrigues me...
Can a combination of ContentChooser and ContentResolver replace RDC (see RDC drawback below)
CONTENT CHOOSER AND RESOLVER
1. Content Chooser allows me to select a specific type of content using other installed applications.
*** If the user has installed a file manager then the ContentChooser can be used to select general files.
2. Content Resolver allows me to access "content providers" applications.
***"The features of ContentResolver are similar to SQL features. The main operations are: Query, Insert, Update and Delete.", quote from Erel.
I have ES File Explorer (latest version) in Android installed in all my devices. ES provides access to the LAN, i.e., it shows me the IP addresses of all devices in the LAN.
In my environment, the PC's which share drives and folders appear in this window of ES.
I tested all of this using SQLite Viewer and choosing Open external file manager and was able to view a SQLite data base on my Android device from the PC (it does not behave the same way all the time in different devices - do not know why).
RDC
I have managed to understand and was successful with RDC - SQLite. It is a great feature!
One drawback:
Let's say, I wanted to offer an app single user and multiuser - I would need two sets of SQL commands, one for the local SQLite DB and a corresponding set for Remote Data Base (unless I missed one of the building blocks)...
*****
My purpose in this inquiry is then to have a single set of SQL statements for my app that would point to a local db or a remote db.
*****
Any and all help is welcomed.
Thank you.
Sandy
The question may be a foolish one, but it intrigues me...
Can a combination of ContentChooser and ContentResolver replace RDC (see RDC drawback below)
CONTENT CHOOSER AND RESOLVER
1. Content Chooser allows me to select a specific type of content using other installed applications.
*** If the user has installed a file manager then the ContentChooser can be used to select general files.
2. Content Resolver allows me to access "content providers" applications.
***"The features of ContentResolver are similar to SQL features. The main operations are: Query, Insert, Update and Delete.", quote from Erel.
I have ES File Explorer (latest version) in Android installed in all my devices. ES provides access to the LAN, i.e., it shows me the IP addresses of all devices in the LAN.
In my environment, the PC's which share drives and folders appear in this window of ES.
I tested all of this using SQLite Viewer and choosing Open external file manager and was able to view a SQLite data base on my Android device from the PC (it does not behave the same way all the time in different devices - do not know why).
RDC
I have managed to understand and was successful with RDC - SQLite. It is a great feature!
One drawback:
Let's say, I wanted to offer an app single user and multiuser - I would need two sets of SQL commands, one for the local SQLite DB and a corresponding set for Remote Data Base (unless I missed one of the building blocks)...
*****
My purpose in this inquiry is then to have a single set of SQL statements for my app that would point to a local db or a remote db.
*****
Any and all help is welcomed.
Thank you.
Sandy