Android Question MVVM Architecture example ?

Hello,

Is there anyone who can provide me with a demo project using the MVVM Architecture with the Observable Library.

I saw all the demos provided by the creator of the observable library, but in all the demos everything is inside the Main class.

I can't figure out how to have all the models, views and view-models separated in different classes.

Thanks in advance!
 
My guess is that you will only make things more complicated with such architecture. B4X is designed differently.
Are there any articles or tutorial for an architecture that other experienced B4A developers use ?

From what I've seen a lot of the tutorials for many of the libraries here, everything is inside the Main file, but it's definitely not easy to maintain a big app this way.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top