Skip to content

jaym21/Mausam

Repository files navigation



Features 💡

  • Mausam is an Android app to check weather.
  • Weather of different cities around the world can be viewed by searching their name.
  • Hourly forecast of the next 24 hours of your current location is available.
  • Daily forecast of next week can also be checked to stay updated.

Screenshots 📸


Current Weather Weather Of Searched City Next Week Forecast

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • RxJava - RxJava is a Java library that enables Functional Reactive Programming in Android development.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Model View Presenter(MVP) - Android architecture used to structure project.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Room - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
  • Dependency Injection -
    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
  • Glide - Glide is a fast and efficient open source media management and image loading framework for Android
  • Material Components for Android - Modular and customizable Material Design UI components for Android

Credits 📖