EasyAdapter
EasyAdapter copied to clipboard
How to use? section need actual example in demo app code
I did not got how to use the generated adapter, will be nice if have demo app with these awesome code.
Hello @MahmoudMabrok, Thanks for your issue
You are right how to use section needs some improvement, also we already have a demo app that generates 5 different adapters from one model for example this is the example model
https://github.com/AmrDeveloper/EasyAdapter/blob/master/app/src/main/java/com/amrdeveloper/easyadapterlibrary/data/User.kt
And in each fragment you will find that we used a different adapter type, you can check them here
https://github.com/AmrDeveloper/EasyAdapter/tree/master/app/src/main/java/com/amrdeveloper/easyadapterlibrary/ui
I will modify how to use and provide more examples