Skip to content

Releases: andrewjapar/redapter

0.1.0

19 Oct 16:30
7fbcd1f
Compare
Choose a tag to compare

Version 0.1.0 - October 20, 2019

Well tested and ready to release 👯‍♂
This is the first redapter alpha release that allows developers to try it freshly.
We still working on some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • We can use BindViewHolder(ViewHolder::class) to inject the adapter directly on activity or fragment.
  • We have to use BindLayout(R.layout.view_holder) for every viewholder that will be bind using redapter.

0.1.0-alpha1

18 Oct 17:41
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release

Version 0.1.0-alpha1 - October 19, 2019

This is the first redapter alpha release that allows developers to try it freshly.
We still working on some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • We can use BindViewHolder(ViewHolder::class) to inject the adapter directly on activity or fragment.
  • We have to use BindLayout(R.layout.view_holder) for every viewholder that will be bind using redapter.