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.
Mock weather data will be used for unit tests. Data Models can be found in LocationResponse and ForecastResponsedata class, these two data classes will be used to deserialize back to Kotlin Objects. Read KDoc (Kotlin Doc) for more info.
Mock weather data will be used for unit tests. Data Models can be found in
LocationResponse
andForecastResponse
data class, these two data classes will be used to deserialize back to Kotlin Objects. Read KDoc (Kotlin Doc) for more info.Fixes https://github.com/NittanyLions42/Viltvodle-VI/issues/15