Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 764 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 764 Bytes

Weather View App

The "Weather View" app, built with Jetpack Compose, delivers real-time weather information by parsing remote API data and providing an intuitive user interface for weather viewing.

Screenshots

image 2

Features

  • Real-time weather data from remote APIs.
  • User-friendly and visually appealing interface.
  • Offline access to weather data through Room Database.
  • DataStore for efficient app preferences management.
  • Clean architecture for code maintainability and scalability.
  • Dependency injection for modularity and testability.