There is probably a better solution to this, but I am brainstorming how to share app settings between the two environments.
I am developing an android app which is a studio like app that is very extensive, setting up sequences, times, file paths, hotkeys, etc.
I want to save all those into a local sqlite database. But the studio app will connect back to a b4J app either via MQTT or something along those lines and that is the "player" app that is supposed to do everything the studio app tells it to do. like a content management system.
Thing is, if I setup b4j to have a sqlite database, it can hold the same exact filepath, sequence information, thumbnails, etc that gets pushed from the android device.
Is there an easy way to sync up a sqlite database? Maybe the actual sqlite file itself could be sent back and forth and re-opened?
I decided against an sqlite/mysql "server" because if the person takes the tablet home or uses his own device, and sets up everything he wants for the show, he can "save" it in his device and push it when he gets to the facility and connects to the player/server.
Maybe a better approach? just curious. Nothing is set in stone, I am still brainstorming the design/logic.
Thanks.
I am developing an android app which is a studio like app that is very extensive, setting up sequences, times, file paths, hotkeys, etc.
I want to save all those into a local sqlite database. But the studio app will connect back to a b4J app either via MQTT or something along those lines and that is the "player" app that is supposed to do everything the studio app tells it to do. like a content management system.
Thing is, if I setup b4j to have a sqlite database, it can hold the same exact filepath, sequence information, thumbnails, etc that gets pushed from the android device.
Is there an easy way to sync up a sqlite database? Maybe the actual sqlite file itself could be sent back and forth and re-opened?
I decided against an sqlite/mysql "server" because if the person takes the tablet home or uses his own device, and sets up everything he wants for the show, he can "save" it in his device and push it when he gets to the facility and connects to the player/server.
Maybe a better approach? just curious. Nothing is set in stone, I am still brainstorming the design/logic.
Thanks.
Last edited: