Sign in
Firebase Auth handles register, login, and password reset so each user gets a personal profile.
Android · Apr 2021
An Android app that maps Singapore dengue clusters as interactive polygons so residents can spot risk at a glance — plus prevention checklists, symptom checks, and reporting.
Firebase Auth handles register, login, and password reset so each user gets a personal profile.
The map pulls NEA-style cluster data and draws colour-coded polygons over high-risk areas. Search a place or use GPS to see what’s near you.
Walk through prevention checklists and a symptom screener so households know what to look out for.
File a breeding-site report and get reminders — designed for residents and officers who need a quick signal, not a dense dashboard.
Cluster locations come from a public dengue feed, parsed into lat/lng rings and drawn with the Google Maps Android SDK. Places autocomplete and GPS help centre the map on where you are. Auth and profile flows sit on Firebase; optional PHP stubs under Database Details show how a local XAMPP backend could plug in later.