EasyAdapter icon indicating copy to clipboard operation
EasyAdapter copied to clipboard

How to use? section need actual example in demo app code

Open MahmoudMabrok opened this issue 3 years ago • 1 comments

I did not got how to use the generated adapter, will be nice if have demo app with these awesome code.

MahmoudMabrok avatar Feb 08 '22 07:02 MahmoudMabrok

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

AmrDeveloper avatar Feb 08 '22 08:02 AmrDeveloper