https://github.com/efguydan/blood-donor-blood-bank-finder
An Android Client for effective matching between Blood Donation Parties taking distance between them into consideration
https://github.com/efguydan/blood-donor-blood-bank-finder
android blood-donors bloodbank-application hospitals matching mvvm
Last synced: about 1 month ago
JSON representation
An Android Client for effective matching between Blood Donation Parties taking distance between them into consideration
- Host: GitHub
- URL: https://github.com/efguydan/blood-donor-blood-bank-finder
- Owner: efguydan
- License: apache-2.0
- Created: 2019-10-03T14:41:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T22:09:35.000Z (about 5 years ago)
- Last Synced: 2025-03-29T19:23:06.458Z (2 months ago)
- Topics: android, blood-donors, bloodbank-application, hospitals, matching, mvvm
- Language: Kotlin
- Homepage:
- Size: 8.81 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Blood Donors and Banks Finder
[](https://dev.azure.com/Efguydan/BloodFinder/_build/latest?definitionId=1&branchName=master)
[](https://app.codacy.com/manual/efeejemudaro/Blood-Donor-Blood-Bank-Finder?utm_source=github.com&utm_medium=referral&utm_content=efguydan/Blood-Donor-Blood-Bank-Finder&utm_campaign=Badge_Grade_Dashboard)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/efguydan/Blood-Donor-Blood-Bank-Finder/raw/master/showcase/Blood%20Finder_1.0.0.apk)Blood Donors and Banks Finder is an Android Application designed to effectively match Blood Seekers such as Hospitals with Blood Providers such as Blood Donors.
Private Blood Banks are users that can act as both a Blood Provider and Blood Seeker.## App Screenshots

## Code Formatting
Code Formatting is done with the gradle *spotless* plugin. other settings for the plugin can be configured in [spotless.gradle](spotless.gradle). To format code, run `./gradlew spotlessApply`## License
```text
Copyright 2020 Efe EjemudaroLicensed 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.
```