π‘
COVID-19 Response A simple covid-19 response application to give users an idea of the severity of their covid-19 status and profer steps to take based on the severity.
Find the design on figma here
You can test the application here
Or download it here
Test login details:
- Email: [email protected] Password: samson for regular account
- Email: [email protected] Password: samson for doctor account
You can also signup if you want
π
Screenshots Splash | Onboarding | Login | Signup |
---|---|---|---|
Home | Chat | Notifications | Settings |
---|---|---|---|
Status Check | Status Check Dialog | Result | Chat Details |
---|---|---|---|
π
Dark mode? Coming soon...
π
Built With - Kotlin - First class and official programming language for Android development.
- Coroutines - For asynchronous and more..
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Room - SQLite object mapping library.
- Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
- DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Coil for Image loading - Kotlin based library for loading images in Android.
- Dagger Hilt - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application. For more information.
- Easy permissions -
π Kotlin version of the popular google/easypermissions wrapper library to simplify basic system permissions logic on Android M or higher. - TimerX - Android timer and stopwatch library.
πΌ
Architecture This app uses MVVM (Model View View-Model) architecture.
π§°
Build-tool - You need to have Android Studio to build this project.
- You will also need to get an api key from News Api Org
- Add the api key to your gradle.properties file
NEWS_API_ORG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxx"
- You also need to create a new project on firebase, download the config file and add it to your app module directory
π€
Contribute If you want to contribute to this app, you're always welcome! See Contributing Guidelines.
Found an Issue?
Please open a PR
π©
Contact Have a project? DM us at
Drop a mail to:- [email protected]
π°
Donation If this project help you reduce time to develop, you can give me a cup of coffee :)
π
License Apache 2.0 License
Copyright 2022 Samson Achiaga
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.