L o a d i n g

Weather App

The weather app displays current weather data based on the city name. I utilized two APIs in the app: one to fetch current weather data based on the city name and another to provide city name suggestions during the search.

Under the Hood: The Tech Stack
Android XML and Kotlin: These technologies form the backbone of the app, providing a smooth and responsive user interface with material design.

Room DB: For secure storage of task data, ensuring your saved task are always safe and faster accessible.

Retrofit: Used for making network requests to fetch current weather data and provide city name suggestions, ensuring efficient and reliable communication with the APIs.