VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Android Views like Recycler View #4

Open VistianOpenSource opened 4 years ago

VistianOpenSource commented 4 years ago

The standard Android controls have been 'mapped' but the additional ones in the support libraries like RecyclerView, CoordinatorLayout etc haven't.

The specification for the assembly needs to be generated and then the code mapping generated. Recycler has been manually done already and needs tidying up and shifting over.