Starter app

Firebase

Member
Licensed User
Hello all,
brand new to B4X and love the platform; I've completed the two calculator tutorials and and working my way through SQLite as my eventual app needs a DB.

Is there such a thing as a basic demo app with a couple of screens and a menu? I looked through about 20 pages of the contributed examples but everything there is too specific to serve as an example.

Thanks in advance.
 

jahswant

Well-Known Member
Licensed User
Longtime User
Check this link

 

josejad

Expert
Licensed User
Longtime User
If you are starting, it would be good you learn b4xpages.


 

Firebase

Member
Licensed User
Yes I found those and I was able to compile & run the first three SQLite Light examples yesterday, the fourth one needed help (it could easily be me!). By comparing against the other Light examples I added a couple of libraries to #4 and that resolved some errors. I'm very new to B4X so I'm not sure if it's a config issue.

I eventually figured out it needs the .bas files added as members but do I add all of them? Just the ones with Page in the name? It is happier with Utils added but I get this error:

1674145817572.png


Thanks.
 

Firebase

Member
Licensed User
I bought the B4A book but it's in transit; as a complete novice, I've been reading everything I can get my hands on.

My current question - in the event there's an error as in the image I posted - how do you know what library is missing? Is there a xref somewhere that says jfx resides in library B4j?

Klaus - SQLite Light examples #1, #2 and #3 all compiled and ran.
 
Top