Posts tagged components

DataBinding and Model for Newby’s

After learning how to create a custom Event, I decided to try to make a DataBinding Model. Finally I did it.
Again, I decided to create the same application but with a Model as in my previous post.
This time I needed to show/hide a button in the main application when the user clicked on a [...]

Comunication between Components – How to (without DataBinding)

I spend the last few days trying to create a comunication between a Component and the main Application. My goal is to create for every State a individual component. Something like this:

I needed to tell the main application to change the State when the user clicked on the button on the component.
This is the final [...]