epoxy-modelview Questions
2
I want to use Epoxy for my recyclerView with kotlin, but Epoxy Model does not generate PostModel_() class, what wrong with it?
@EpoxyModelClass(layout = R.layout.iteam)
abstract class PostModel : ...
Glorygloryofthesnow asked 21/7, 2018 at 16:50
0
am building an app which displays a list of objects .Am using android recycler view for now.
Now as per new requirements , I want to display this list in groups , similar to as described in this Q...
Larousse asked 26/11, 2018 at 4:16
1
© 2022 - 2024 — McMap. All rights reserved.