Priyansh-Kedia / OpenGraphParser

Open Graph Parser for Android
MIT License
85 stars 15 forks source link

Implement caching, so as to reduce network calls in case of same links #5

Closed Priyansh-Kedia closed 2 years ago

DarkAbhi commented 2 years ago

What about removing callbacks and implementing with debounce?

Priyansh-Kedia commented 2 years ago

What about removing callbacks and implementing with debounce?

Can you please explain how you think of implementing that?

Priyansh-Kedia commented 2 years ago

Implemented using preferences as of now.