SpaceDawn

Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation, WorkManager etc. for building Android Apps

131
12
Kotlin

Space Dawn

Android-CI Actions Status
GitHub license
GitHub Repo stars
Google Dev Library
Kotlin Weekly


Offline First
ktlint
Contributions Highly Welcome

Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries.
The app lets a user Save reminders/alarms for the upcoming Rocket Launches From around the world.

You can download the app from Playstore or download the apk from ๐Ÿš€

Playstore
Space Dawn

๐Ÿ›  Built With

Architecture Multi-Module Clean MVVM Architecture
UI Framework Jetpack Compose
๐Ÿ’‰ DI Dagger-Hilt
๐ŸŒ Networking Retrofit + Moshi
๐Ÿ’พ Local Database Room Database
๐Ÿงญ Navigation Compose Destinations Navigation
๐Ÿ—๏ธ Persistent Background Work WorkManager + AlarmManager
๐Ÿงต Asynchronous Work Coroutines
๐Ÿ–ผ๏ธ Image Loading Coil

๐ŸŽฅ Working Demo

The reminder in the demo fires right away and this is purposeful as to demonstrante the functionality.


๐Ÿ“ฑ Screenshots (Dark and Light Theme)

Upcoming Launches Screen Reminders Screen Notification Sample
Upcoming Launches Screen Reminders Screen Notification Sample

๐Ÿ—๏ธ Architecture Diagram


โœ”๏ธ Tests

Tests are continuosly being written. Check the test and androidTest source sets for already available test cases.

๐Ÿš€ The app uses Launch Library 2 API for getting upcoming Rocket Launches.

License

Copyright 2023 Raghav Aggarwal

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.