sunflower icon indicating copy to clipboard operation
sunflower copied to clipboard

data binging and setOnclickListener

Open Malachiasz opened this issue 5 years ago • 3 comments

Why to use onClickListener on the binding if listener can be defined on xml level?

Malachiasz avatar Jul 18 '18 12:07 Malachiasz

@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.

XinyueZ avatar Jul 19 '18 13:07 XinyueZ

ListItemPLantBinding and PlantAdapter set OnClickListener.

Malachiasz avatar Aug 06 '18 14:08 Malachiasz

@Malachiasz try a PR to optimize?

XinyueZ avatar Aug 07 '18 09:08 XinyueZ