Android Question Database server on Android device

coslad

Well-Known Member
Licensed User
Longtime User
Hi, I have a TV box running as a iot server, it is connected with an arduino via USB and communicate with other devices in mqtt. The server records any data in a sqlite database. Any suggest how can I share the database with other android device? Rdc Doesn't run on Android, I thought to copy the database onto other devices, but how can I access from an Android smartphone to the TV box folder where the database file is saved?
 

coslad

Well-Known Member
Licensed User
Longtime User
An web server is not the solution, it needs always a back running database Engine.
 
Upvote 0

b4auser1

Well-Known Member
Licensed User
Longtime User
Web server(Rest api using servlets)+sqlite is a solution to share data to android clients consuming rest api with httputils2.
 
Upvote 0

coslad

Well-Known Member
Licensed User
Longtime User
OK now I understand , but RDC for Android would be the best
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…