thefex / Xamarin.Bindings.AdvancedRecyclerView

Xamarin Android binding library for: https://github.com/h6ah4i/android-advancedrecyclerview
Apache License 2.0
0 stars 0 forks source link

Support AndroidX recycler view adapter #14

Closed kochev closed 1 year ago

kochev commented 4 years ago

Now recyclerView.NonExpandableAdapter is null if update project to AndroidX packages

thefex commented 4 years ago

As far as I know mvvmcross does not currently support AndroidX

alexshikov commented 4 years ago

Note: There is 6.5.0 preview version with support of AndroidX in myget alpha channel.

(Edited) 6.5.0 is the version of MvvmCross.

alexshikov commented 4 years ago

Created PR https://github.com/thefex/Xamarin.Bindings.AdvancedRecyclerView/pull/15

thefex commented 4 years ago

Thanks for PR - but not sure will I merge that as there is simpler way to implement AndroidX support Orginal AdvancedRecycler java library has update with AndroidX support so perhaps I will just bind AndroidX supported version and update some MvvmCross references

I should do that till the end of this month

alexshikov commented 4 years ago

Just a few notes:

LDan1117 commented 3 years ago

Hi @thefex!

MvvmCross supporting AndroidX has been released quite for a while. Are there any plans on enabling the support of AndroidX RecyclerView adapters in AdvancedRecycler lib? Would you mind considering a PR from the community with such changes?

thefex commented 1 year ago

Library has bee nupdated to Mvx 8 and AndroidX