DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Does it have Firestore support? #104

Open Subroid opened 4 years ago

Subroid commented 4 years ago

Currently, if I have to use MultiViewAdapter with firestore then first I have to load all the firestore documents as List of objects then bind them with ItemBinder. Is there any dynamic way of doing it like FirestoreRecyclerAdapter by FirebaseUI where I don't have to preload all the documents?

DevAhamed commented 4 years ago

Sorry for the delayed response. Library do not support for this feature. It would be a good fit to create as an extension. If anyone contributes we can add it.