Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.68 KB

README.md

File metadata and controls

73 lines (54 loc) · 2.68 KB

WeatherApp


WeatherApp

-----------------------------------------------------

Introduce

WeatherApp is an application developed using modern Android development tools and has features such as viewing the current weather conditions and forecasting the next few days, has no location restrictions, and supports all regions of the world.

-----------------------------------------------------

Screenshot


-----------------------------------------------------

Tools & Dependencies

  • Clean Architecture(MVVM)
  • Single Activity
  • Google Material Design
  • Jetpack Navigation Component
  • Jetpack Room Database
  • Retrofit- Network Requests
  • Dagger- Dependency Injection
  • RxJava/RxAndroid- Reactive Programming
  • Kotlin Script– Build files
  • OpenWeatherMap API

-----------------------------------------------------

Build/Running

   API.KEY="<INSERT_YOUR_API_KEY>"
  • Get MapBox Api Key and add to local.properties with "mapbox.API.KEY" tag
   mapbox.API.KEY="<INSERT_YOUR_API_KEY>"
  • Add an empty field for other parameters:
    signing.key.alias="<INSERT_YOUR_ALIAS>"
    signing.key.password="<INSERT_YOUR_PASSWORD>"
    signing.store.file="<INSERT_YOUR_ADDRESS>"
    signing.store.password="<INSERT_YOUR_PASSWORD>"

-----------------------------------------------------

Show Demo Video

Show Demo Video

Latest Release

-----------------------------------------------------

LinkedIn Badge