Hi,
I am very new to Basic4Android I come from App Inventor. I have been using B4A for a week now and i have somewhat firgured out the basics:
- MultiScreen App.
- Button Events
- Changing states: e.g label/button text change, visibility
- InputDialogues etc.
What I am stuck on is setting up a database I am using Margret's easy to use db. I am trying to Create an exercise app.
1st question is: In app inventor If i used a Check Box I needed to save a value for the check box state to db and then recall that value when the program loads. In App inventor it would read something similar to this
If Else Checkbox.checked = True
Then db store value Tag= checkbox1 Value=True As (Boolean)
Else db store value Tag=checkbox1 Value=False As (Boolean)
Do I need to do this in B4A as well? I have found an answer to this question thnx
2nd Question: I have 3 diff screens with 3 different data entry screens, Do i need to create 3 seperate databases? I have made some progress with this as well but any input on databases would be greatly appreciated!!
I am very very much a :sign0104: and need lots of :sign0085: and I appreciate anyone's input
Cheers
I am very new to Basic4Android I come from App Inventor. I have been using B4A for a week now and i have somewhat firgured out the basics:
- MultiScreen App.
- Button Events
- Changing states: e.g label/button text change, visibility
- InputDialogues etc.
What I am stuck on is setting up a database I am using Margret's easy to use db. I am trying to Create an exercise app.
1st question is: In app inventor If i used a Check Box I needed to save a value for the check box state to db and then recall that value when the program loads. In App inventor it would read something similar to this
If Else Checkbox.checked = True
Then db store value Tag= checkbox1 Value=True As (Boolean)
Else db store value Tag=checkbox1 Value=False As (Boolean)
Do I need to do this in B4A as well? I have found an answer to this question thnx
2nd Question: I have 3 diff screens with 3 different data entry screens, Do i need to create 3 seperate databases? I have made some progress with this as well but any input on databases would be greatly appreciated!!
I am very very much a :sign0104: and need lots of :sign0085: and I appreciate anyone's input
Cheers
Last edited: