Medical App
A Medical Android App which serves the purpose of showing possible diseases as per the symptoms entered. Upon entering symptoms followed by age and gender takes user to result activity where the user is given a list of possible diseases with accuracy, and a list of possible specialisation under tab Layout. On selecting recycler view (list) item gives detail description of the issue.
- MVP Architecture for clean code
- Material Design for UI
- ApiMedic Api as server for data fetching
- Android Studio (Kotlin with Gradle build) as IDE
- RxJava for threading
- Retrofit for networking
- Latest Android Jetpack Components(Constraint Layout, Navigation Component )
- Room Persistence Library for local database communication
To build:
$ git clone [email protected]:Tazril/Cureous.git
$ cd Cureous/
$ ./gradlew build
For bugs, feature requests, and discussion please use GitHub Issues.
Thank You for reading this documentation.