A Simple Healthcare App for Senior Citizens
HealthSaathi is an easy-to-use Android app designed for senior citizens to simplify healthcare. It helps users order medicines by uploading prescriptions, call their doctor with a single tap, and share their location instantly during emergencies.
We built this app with simplicity and usability in mind, ensuring that seniors can access essential healthcare services without any hassle.
- Snap a photo of your prescription and upload it.
- The app calculates the total cost and shows it in the "My Orders" section.
- Once you approve the order, it’s shipped to your address.
- Save your doctor’s number in the app.
- Tap "Call Doctor" to instantly dial their number without searching your phonebook.
- Share your location instantly with your emergency contacts during a crisis.
- Log in securely using your Google account.
The app is powered by a dedicated admin panel that:
- Manages orders and approvals.
- Handles user data securely.
You can explore the Admin Panel Repository here.
- User-Friendly: Designed with seniors in mind, the app avoids clutter and keeps things simple.
- Secure: Built with Google sign-in and Firebase for reliable data handling.
- Fast: Optimized to work smoothly even on low-end devices.
- Languages: Java, XML
- Backend: Firebase Realtime Database
- APIs: Firebase Authentication, Google APIs
- Tools: Android Studio
git clone https://github.com/vcint/MyHealth.git
- Import the project into Android Studio.
- Sync the Gradle files.
- Add your Firebase configuration file (
google-services.json
) to theapp/
folder. - Enable Firebase Authentication and Realtime Database in the Firebase console.
- Connect your Android device or use an emulator.
- Build and run the app through Android Studio.
We’ve provided a compiled APK file for easy testing and feedback.
Download the APK here.
Feel free to install the APK on your Android device and share your experience with us!
- Language Support: Add regional languages for better accessibility.
- Teleconsultation: Introduce video calling for online doctor consultations.
- Online Payments:
- Allow users to pay for orders online via UPI integration.
- Introduce an in-app wallet that users can load with funds. Senior citizens can also add money to the wallet by paying cash to the delivery agent, ensuring convenience for non-digital users.
We welcome contributions to make HealthSaathi even better!
- Fork the repository.
- Create a branch:
git checkout -b your-feature
. - Commit your changes:
git commit -m "Added a feature"
. - Push to the branch:
git push origin your-feature
. - Submit a pull request.