sunflower
sunflower copied to clipboard
data binging and setOnclickListener
Why to use onClickListener on the binding if listener can be defined on xml level?
@Malachiasz Most of the click listeners are defined in xml (recycler-view adapter for example). There's a PR #91 which contains impl. of +/- button in detail page with data-binding as well.
If any listener is forgotten you can make a PR to fix or write down here , letz know it.
ListItemPLantBinding and PlantAdapter set OnClickListener.
@Malachiasz try a PR to optimize?