Android Question choosing which database to useDatabase

ProjectGroup19

Active Member
Licensed User
I am new to b4a. As a beginner, i am developing an app for a church that will be used by various church member. i want to ask which Database will be best suitable for my app?
 

DonManfred

Expert
Licensed User
Longtime User
If you only need a Database for use inside your app you can use SQLite.
If you need to share data from each app with a central database then you should setup a jRDC2 Server and connect each Client with it. You need to have a VPS or similar which is able to run java apps. jRDC2 is the recommended method.

Alternatively you can use PHP for example if you are more familar with it. Example.

Useful reading for beginners: @klaus Booklets.

PS: Thank you for choosing a suitable Threadtitle ;-)
 
Last edited:
Upvote 0

ProjectGroup19

Active Member
Licensed User
If you only need a Database for use inside your app you can use SQLite.
If you need to share data from each app with a central database then you should setup a jRDC2 Server and connect each Client with it. You need to have a VPS or similar which is able to run java apps. jRDC2 is the recommended method.

Alternatively you can use PHP for example if you are more familar with it. Example.

Useful reading for beginners: @klaus Booklets.

PS: Thank you for choosing a suitable Threadtitle ;-)
Please, would you also recommend Firebase
 
Upvote 0

ProjectGroup19

Active Member
Licensed User
If you only need a Database for use inside your app you can use SQLite.
If you need to share data from each app with a central database then you should setup a jRDC2 Server and connect each Client with it. You need to have a VPS or similar which is able to run java apps. jRDC2 is the recommended method.

Alternatively you can use PHP for example if you are more familar with it. Example.

Useful reading for beginners: @klaus Booklets.

PS: Thank you for choosing a suitable Threadtitle ;-)
I'm still confused with the choice of database to use for my b4a church app.

The app will be one that can access the database from anywhere
---The app requirements ---

  1. It requires an account creation where the admin has to approve account registration before its been stored in the database.
  2. The registered users can register themselves as members on the platform and stored in the database
  3. The members can have access to church information such as Announcements, uploaded documents and audio(sermon)
  4. All can make giving's through the app and Send private and public comments as well through the app.

I would be very glad if you could help me out. With the best database to use for this app
Thank you in advance.
 
Upvote 0

ProjectGroup19

Active Member
Licensed User
There is no "best database" as there are many databases that you can use.

MySQL + jRDC2 is a good option.
Greeting, Please can you please guide me on how to go about this because i have searched but not getting any good response especially the jRDC2 setup for b4a.
Thank you
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top