NextFaze / power-adapters

Composable adapters for Android RecyclerViews and ListViews
Apache License 2.0
108 stars 13 forks source link

Create more typesafe binder implementation #13

Closed BenTilbrook closed 8 years ago

BenTilbrook commented 8 years ago

Create a binder API that makes more use of generics to ensure type safety. It should be built on top of the non-typesafe API, in a separate module (or package?). The old TypedBinder should be deprecated.