nohjunh / AirPollutionService-android

Airpollution foreground notification service
1 stars 0 forks source link

AirPollutionService

An application that enables you to view the latest air pollution information about a selected area through the foreground.

Setting

Tstack

Main src

├── .idea
├── app 
│   └── src
│        └── main.java.com.nohjunh.airpollutionservice
│                                                  ├── adapter
│                                                  ├── background
│                                                  ├── dataStore
│                                                  ├── database
│                                                  ├── foreground
│                                                  ├── model
│                                                  ├── network
│                                                  ├── repository
│                                                  ├── view
│                                                  ├── viewModel
│                                                  └── App.kt
└── gradle/wrapper

API

한국환경공단_에어코리아_대기오염정보 일반 인증키(Decoding)

Add the key to local.properties file on the project. APIKEY_AirPollution = "~"

View

1번 2번 3번

4번 5번 6번