I ask you how to start for creating a Windows application written in JAVA that is based on a sqlite db in my android app. There’s some framework already or I’ve to build from 0?
And how to connect via bluetooth Windows app and Android app?
To exchange data I was thinking to JSON. The problem is how to connect them.
Thank you
For the desktop application I would look at using jdbc to connect to say a MySql database ( should work on most desktop OS not just windows) . Then you can investigate how to import the sqlite sb file into MySql
a google search will throw up quite a few linksfor this