Android Question SQL/SQL Lite Remote Tutorial

brianwiz12

Active Member
Licensed User
Longtime User
Hello,

I'm working to move two programs
1. A trivia program
2. A Jigsaw program

To remote databases. This way the program is smaller and leaner for people to install

I search these forums and get tons of different tutorials. I'm just looking for the most up to date one. I see ones threads going back to 2011

Any assistance greatly appreciated in direction.
 

KMatle

Expert
Licensed User
Longtime User
Most are still up-to-date. I assume you have a server where the app retrieves the data from. There are tons of possibilities. I prefer php on the server side using OkHttpUtils. You can have a B4J server, too or other components.

How many users do you think your app will have? Probably MySQL is better then. B4x has tons of ways, so it's hard to say.
 
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

I would 100% recommend using JRDC2 technology, because it's fast, reliable and it contains connection pool which means less database throttle

More information :

And this is how to use SQLite in JRDC2 :

Side note :
We have used JRDC2 with small systems and with very large systems (ERP/TVA/Cloud Gaming) and it's 100% reliable and fast.

Thank you,
Saif
 
Upvote 0

brianwiz12

Active Member
Licensed User
Longtime User

Thank you.

I have a few hundred users based on statistics from Samsung Store.
 
Upvote 0

brianwiz12

Active Member
Licensed User
Longtime User

thank you for this information
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…