NittanyLions42 / wellnessbuddy

This Android app provides activity suggestions based on weather for students and faculty. It uses zip code for forecasts, features distinct interfaces, and employs a hybrid MVC-CS architecture with efficient data management, streamlined with Github Actions for development.
0 stars 1 forks source link

Initial Dependencies for Android project #19

Closed kpf5297 closed 10 months ago

kpf5297 commented 10 months ago

Task description

Setting up our Android project to leverage specific libraries.

The activity-ktx artifact includes Kotlin extensions for the AndroidX Activity library. Kotlin extensions provide concise and idiomatic ways to interact with the Android framework using the Kotlin programming language.

The Lifecycle library provides classes and interfaces to manage the lifecycle of Android components, such as activities and fragments. It helps in handling the lifecycle events of these components, allowing developers to write code that reacts to changes in the lifecycle state.

Detailed Steps

Relate to issue(s)

/relate subtask-of {github.com/NittanyLions42/repository-name#issue-number} Fixes {link for the pull request}

kpf5297 commented 10 months ago

Implemented