idanatz / OneAdapter

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
MIT License
470 stars 45 forks source link

Dynamic layout manager #51

Open emreesen27 opened 8 months ago

emreesen27 commented 8 months ago

Hi, Is there a way to dynamically change the layout manager ?

Thank you