Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skydoves/All-In-One
:necktie: Health care application for reminding health-todo lists and making healthy habits every day.
https://github.com/skydoves/All-In-One
android application demo-app health healthcare reminder skydoves todo todoapp
Last synced: 6 days ago
JSON representation
:necktie: Health care application for reminding health-todo lists and making healthy habits every day.
- Host: GitHub
- URL: https://github.com/skydoves/All-In-One
- Owner: skydoves
- License: apache-2.0
- Archived: true
- Created: 2019-04-11T03:32:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T03:53:08.000Z (about 5 years ago)
- Last Synced: 2024-08-01T21:40:23.699Z (3 months ago)
- Topics: android, application, demo-app, health, healthcare, reminder, skydoves, todo, todoapp
- Language: Kotlin
- Homepage:
- Size: 3.15 MB
- Stars: 120
- Watchers: 11
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# All-In-One
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![API](https://img.shields.io/badge/API-17%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=17)
__All-In-One__ is a health care application for reminding health-todo lists and helping healthy habits everyday.
This project based on clean android architecture components and material design & animations.## Build Status
[![CircleCI](https://circleci.com/gh/skydoves/All-In-One.svg?style=svg&circle-token=ef4da085718a1bccf86a79f36d16f21ace2d56dd)](https://circleci.com/gh/skydoves/All-In-One)
## Introduction
Simple introduction about this application like systems and permissions simply.
![KakaoTalk_20190603_185505188](https://user-images.githubusercontent.com/24237865/58793529-43c4c800-8631-11e9-8619-8094da0a6988.jpg)
![KakaoTalk_20190602_211747901](https://user-images.githubusercontent.com/24237865/58793527-432c3180-8631-11e9-82e9-e20819c559a0.jpg)
![KakaoTalk_20190603_183521857](https://user-images.githubusercontent.com/24237865/58793528-432c3180-8631-11e9-994a-fa93992d3cdf.jpg)## Today Weather
Providing daily weather information for planning todo.
![KakaoTalk_20190602_211441738](https://user-images.githubusercontent.com/24237865/58792942-19263f80-8630-11e9-9b5d-2b14935ff991.jpg)
![KakaoTalk_20190602_211441525](https://user-images.githubusercontent.com/24237865/58792941-19263f80-8630-11e9-9752-e403d391874b.jpg)
![refresh](https://user-images.githubusercontent.com/24237865/58886340-af389380-871e-11e9-8c3e-6c95b244cb02.gif)## TODO List
Todo list for planning daily to-do.
![todo preview](https://user-images.githubusercontent.com/24237865/58887313-5b2eae80-8720-11e9-98be-d1838297b345.gif)
![KakaoTalk_20190602_230834056](https://user-images.githubusercontent.com/24237865/58793176-9356c400-8630-11e9-9a74-afeac8c5c4aa.jpg)
![KakaoTalk_20190602_230638942](https://user-images.githubusercontent.com/24237865/58793175-9356c400-8630-11e9-9a2d-0ae4006a0490.jpg)## Water Drinking
Another to-do screen focusing on water drinking every day.
![screenshot738375304](https://user-images.githubusercontent.com/24237865/58793648-8b4b5400-8631-11e9-8070-df60d5f8f76e.png)
![screenshot48865084](https://user-images.githubusercontent.com/24237865/58793278-c13c0880-8630-11e9-8710-ccfc6ac62e4e.png)
![screenshot1974868066](https://user-images.githubusercontent.com/24237865/58793282-c13c0880-8630-11e9-93d8-81f64a50cddf.png)## Key Features
- [x] introduction slides and permission instruction popup.
- [x] getting weather data from the [KMA](http://www.kma.go.kr/) via RESTful API.
- [x] visualizes weather data as a chart and implements pull to refresh.
- [x] changes background as local time.
- [x] sectioned todo list screen with google material design & animations.
- [x] adds and edits a todo item.
- [x] done, roll-back and delete on a todo item detail screen.
- [x] visualizes daily water drinking amount as a dynamic water drop.
- [x] visualizes weekly water drinking amount as a chart.
- [x] customizes the water drop color using color picker.
- [x] links recording water drinking amount to the todo list.
- [x] records water drinking amout via NFC tags.
- [ ] daily notification about the fine dust.
- [ ] healthy exercise instructions and links to the todo list.## Architecture
![screenshot1203000180](https://user-images.githubusercontent.com/24237865/58883772-0f790680-871a-11e9-8c3d-68f2eb4c1b66.png)
## Specs & Open-source libraries
- Minimum SDK 17
- Kotlin based, [anko](https://github.com/Kotlin/anko)
- MVVM Architecture
- Android Architecture Components (Lifecycle, LiveData, ViewModel, Room Persistence)
- Material Design & Animations
- [Dagger2](https://github.com/google/dagger)
- [Retrofit2 & Gson](https://github.com/square/retrofit) for constructing the REST API
- [OkHttp3](https://github.com/square/okhttp) for implementing interceptor, logging and mocking web server
- [Glide](https://github.com/bumptech/glide) for loading images
- [PreferenceRoom](https://github.com/skydoves/PreferenceRoom) for efficient managing SharedPreferences
- [BaseRecyclerViewAdapter](https://github.com/skydoves/BaseRecyclerViewAdapter) for implementing adapters and viewHolders
- [Timber](https://github.com/JakeWharton/timber) for logging
- [PowerMenu](https://github.com/skydoves/PowerMenu) for implementing material popup dialog
- [Needs](https://github.com/skydoves/needs) for implementing permission instruction popup.
- [ColorPickerView](https://github.com/skydoves/ColorPickerView) for implementing color picker dialog
- CustomViews [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart), [Navigationtabbar](https://github.com/Devlight/NavigationTabBar), [AppIntro](https://github.com/AppIntro/AppIntro), [AndroidFillableLoaders](https://github.com/JorgeCastilloPrz/AndroidFillableLoaders), [Elasticviews](https://github.com/skydoves/elasticviews). [GuillotineMenu-Android](https://github.com/Yalantis/GuillotineMenu-Android), [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)
- Ripple animation, circular revealed animation, shared element transition# License
```xml
Designed and developed by 2019 skydoves (Jaewoong Eum)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 athttp://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.
```