Android Home Screen Widget for MTR Light Rail (輕鐵) real-time arrivals.
- Real-time arrivals - Shows next train times for Light Rail stations
- Weather display - Current temperature and weather warnings
- Multiple routes - Supports 610, 507, 614, 615, 706, 751 and more
- Auto-refresh - Updates every few minutes automatically
Default station: Auto Detect by GPS
Supports all MTR Light Rail stations via official HKGov API.
- Language: Java
- Build: Gradle
- API: MTR Light Rail API via HKGov data.gov.hk
- Weather: Hong Kong Observatory API
Light Rail schedule API:
https://rt.data.gov.hk/v1/transport/mtr/lrt/getSchedule?station_id=
./gradlew assembleDebugAPK will be in app/build/outputs/apk/debug/
INTERNET- For API callsACCESS_NETWORK_STATE- Check connectivityRECEIVE_BOOT_COMPLETED- Auto-start after rebootSCHEDULE_EXACT_ALARM- Precise widget updates
Wilson Fung