Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggasbarri/behealthy
App promoting Self-Care through daily tasks and achievements.
https://github.com/ggasbarri/behealthy
android android-app android-application android-development firebase firebase-auth firebase-authentication firebase-database firebase-db firebase-realtime-database health healthcare mobile mobile-app mobile-development
Last synced: 7 days ago
JSON representation
App promoting Self-Care through daily tasks and achievements.
- Host: GitHub
- URL: https://github.com/ggasbarri/behealthy
- Owner: ggasbarri
- License: apache-2.0
- Created: 2017-09-26T21:28:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T13:03:34.000Z (about 6 years ago)
- Last Synced: 2023-10-20T19:59:10.662Z (about 1 year ago)
- Topics: android, android-app, android-application, android-development, firebase, firebase-auth, firebase-authentication, firebase-database, firebase-db, firebase-realtime-database, health, healthcare, mobile, mobile-app, mobile-development
- Language: Java
- Homepage:
- Size: 526 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeHealthy
Android app that promotes Self-Caring through assigning tasks to users and allowing them to obtain achievements.
# Tech
This app uses Firebase as its back-end, saving user data on the Cloud with Firebase Realtime Database, and implementing
Firebase Authentication. An example of the database hierarchy can be found on [DataBaseContract file](https://github.com/gincos/BeHealthy/blob/master/app/src/main/java/com/behealthy/gincos/firebase_utils/DatabaseContract.java).# Achievements
So far, this app is finalist in currently ongoing Grants 4 Apps Bogotá by Bayer™.
# Screenshots
![MainFragment](https://github.com/gincos/BeHealthy/blob/master/Screenshots/BeHealthy_1.png)
![DailyRegistryFragment2](https://github.com/gincos/BeHealthy/blob/master/Screenshots/BeHealthy_3.png)
![ProfileActivity](https://github.com/gincos/BeHealthy/blob/master/Screenshots/BeHealthy_5.png)
![CalendarFragment](https://github.com/gincos/BeHealthy/blob/master/Screenshots/BeHealthy_6.png)
# License
Copyright 2017 Gianfranco Gasbarri
>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](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.