linkedin / Spyglass

A library for mentions on Android
Apache License 2.0
387 stars 128 forks source link

How to work with remote data? #108

Open sopharasum opened 3 years ago

sopharasum commented 3 years ago

Please guide how to work on this library with remote data from the server

nhibner commented 3 years ago

Handling remote data is a bit outside the scope of this library, which is only intended to handle UI-facing aspects of mentions and makes no assumptions about where the mentions data is coming from or how it is formatted. I agree though, this is something that comes up occasionally, and we could do a better job of how to integrate your data flows with this library. I've discussed this a bit more previously in the issue here: https://github.com/linkedin/Spyglass/issues/35#issuecomment-269735466