Hi, Welcome. This is a test weather application created by Shasindran Poonudurai. This app is built using MVVM Architecture Design pattern along with Android Architecture Component such as LiveData, ViewModel , Databinding and etc.
Model View ViewModel design pattern is used along with LiveData as reactive approach.
- This app use the free plan weatherstack.com. Get your api access token here
- Once you have the access token, paste this line in your gradle.properties file:
API_KEY= "Paste_Your_API_Token_Here"