rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

Improve visual map architectural design #24

Closed fajarnuha closed 4 years ago

fajarnuha commented 4 years ago

I'm trying to improve the architectural design slightly For DetailsActivtity and VisualMapsFragment now both share one DetailViewModel This gives more flexibility to map and better scalability

🐛 also fix the glitch whenever open the map

unexpected feature: search now also filter the map markers because they share one common livedata!!! 😱

resolves #7