Android Question Are there more sophisticated examples for B4XDrawer?

Rams007

Member
You have a basic example, are there any examples which are more advanced, have more graphics and sophisticated UI?
 

Rams007

Member
B4XDrawer does one thing, add a left side drawer to your app. You can put anything you like in this drawer and it has nothing to do with how you use B4XDrawer.

You can see the pleroma client for a "sophisticated example" that also happens to use B4XDrawer.

That looks great thanks.

If you create a BX4Pages project like this one, can you mix with the old B4A style?
 
Upvote 0

Rams007

Member
The title says B4XDrawer and you are now asking about B4XPages. I don't understand anything...

Ah ok I'm confused also. I meant the new B4X framework. Can you design and program using the B4X objects such as B4XDrawer, pages, canvas and also program and design as if you were using B4A version 6.
 
Upvote 0

Rams007

Member
There isn't a single correct term here :)

There is no relation between B4XPages and B4XDrawer.

Ah ok, I thought the B4X was a new framework you developed about a year ago.

I used B4A about 1.5 years ago and now I'm back but I find all this new B4X and XUI stuff like B4XPages and I'm confused as to whether I should learn it or just carry on using B4A as I did 1.5 years ago.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
If I'm not wrong, with B4X we're talking about examples, classes, etc... that works on all platforms (B4A, B4J, B4i).
B4XPages is a "new way" of programming the apps to make easier to share the code between the three platforms.

You can still use B4A just as you did, or you can adapt to B4XPages that make some things easier, specially the android life cycle.
You can even mix B4A Activities with B4XPages
 
Upvote 0

Rams007

Member
If I'm not wrong, with B4X we're talking about examples, classes, etc... that works on all platforms (B4A, B4J, B4i).
B4XPages is a "new way" of programming the apps to make easier to share the code between the three platforms.

You can still use B4A just as you did, or you can adapt to B4XPages that make some things easier, specially the android life cycle.
You can even mix B4A Activities with B4XPages

Ok that's what I wanted to know that you can mix. Thankd
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
If I'm not wrong, with B4X we're talking about examples, classes, etc... that works on all platforms (B4A, B4J, B4i).
B4XPages is a "new way" of programming the apps to make easier to share the code between the three platforms.

You can still use B4A just as you did, or you can adapt to B4XPages that make some things easier, specially the android life cycle.
You can even mix B4A Activities with B4XPages
This is 100% correct. I will add that it is important to learn how to use XUI library and B4XViews: [B4X] [XUI] Cross platform & native UI library
 
Upvote 0
Top