Android Question B4a create new library

Richard Phipps

Member
Licensed User
I want a coder to write me,a library i can incorporate into my app. A simple piece of code but one i cannot manage to do myself.

Basically i want to access my online sqllite

Read and write records

He isnt familiar with B4A. But is it possible to just instruct him to do java library ?

Or is there something special about b4a libraries i need to explain to him?
 

DonManfred

Expert
Licensed User
Longtime User
Basically i want to access my online sqllite

Read and write records
Setup a JRDC2 Server on your Server, use the SQLite Database only from the jRDC2 Server.

Connect to your jRDC2-Server from your B4A App to communicate.

Alternatively you can use a PHP-Script running on your server which then connects and reads or writes to the SQLite-Database.
 
Upvote 0
Top