Skip to content

This is a mini project which involves developing the UI for a weather app using Jetpack Compose and Kotlin in Android Studio

Notifications You must be signed in to change notification settings

IshitaBharadwaj/Weather_App

Repository files navigation

Weather App | Android

The purpose of this document is to provide a clear and comprehensive outline of the application that will be developed by Mobile Engineer interns. The application will be a user-friendly weather application consisting of two screens, which will incorporate all the knowledge and skills acquired thus far, including UI development, state management, navigation, user interaction etc with the best practices.

Project Scope:

The scope of the project includes the following key components:

  • User interface design and development
  • Static weather data
  • Weather data parsing and processing
  • Navigation
  • Updating UI on user action
  • State management

Main Screen

weatherApp1

☁️ Multiple cards are shown as a LazyColumn where each card shows temperature (min, max), current temperature, location and image matching weather condition.
☀️ User is able to search in the data set filtering the results.
☔ On clicking 3 dots, User can refresh the list such that all cards (including the deleted enteries) are revived back as original dataset.
❄️ On long press on any card, the user will be able to delete the item.
🌀 On clicking any card the detail screen will open on top of main screen.

Detail Screen

weatherApp2

☁️ Detail screen opens when user clicks on a card on main screen.
☀️ Data is passed from main screen to detail screen.
☔ User is able to navigate back to main screen from details screen and the main screen state should be preserved.

About

This is a mini project which involves developing the UI for a weather app using Jetpack Compose and Kotlin in Android Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages