TradeMe / MapMe

The Android maps adapter
MIT License
841 stars 75 forks source link

Combine with RealmRecyclerViewAdapter #15

Closed adisiji closed 6 years ago

adisiji commented 6 years ago

Can we use it with RealmRecyclerViewAdapter ? If yes, would you mind to give the example ? Thanks

josh-burton commented 6 years ago

MapMe won't work with the RealmRecyclerViewAdapter out of the box - you'll need to write your own RealmMapMeAdapter that extends from a MapMeAdapter.

The RealmRecyclerViewAdapter doesn't look too complex so copying over the realm logic shouldn't be difficult.

adisiji commented 6 years ago

Okay, I will give a try