but I am not looking for this kind of solution. I just want to do it with B4a and a (file) database.
Otherwise I have to set up a server again ?
Then I can dock to a MySql_Database with a little json and php. ?
If I am not wrong, other Android device cannot write into another Android due to file permission, the internal directory is not accessible.
There are solutions by turning your Android into a web server by @Star-Dust but I never tested before.
The library has been updated to be cross-platform and you can find it in this THREAD I have extended the HttpServer Library functions by adding Digest authentication. This is a demonstration version, it allows normal http connections (such as httpserver) and activating the digest protocol on a...
It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...
www.b4x.com
Edit: Other solution like MQTT also can be consider and also I never tested before.