⚠️ Note:
RS Mobile is a demo project for a college assignment and is not production-ready.
RS Mobile is a hospital finder application built using Kotlin and Jetpack Compose. It helps users find nearby hospitals based on their location and provides essential hospital information.
-
Automatic Location Detection
- Detects user's city and coordinates
- Uses IP-API for location services
-
Hospital Finder
- Lists nearby hospitals based on user / IP location
- Sorts hospitals by distance
- Shows hospital details (name, address, phone)
-
Instant Navigation
- Opens Google Maps for navigation to hospital
- Shows hospital location on map
Before you begin, make sure you have the following tools:
-
Android Studio
The official development environment for Android apps.
👉 Installation Guide -
MapTiler API Key
Required for geocoding and mapping features.
👉 Get API Key
Follow these steps to set up and run the application:
-
Clone the Repository
git clone https://github.com/michaelact/rsmobile cd rsmobile
-
Configure API Key
Createlocal.properties
in project root:sdk.dir=/path/to/android/sdk MAPTILER_API_KEY=your_api_key_here
-
Build and Run
Open the project in Android Studio and run it on an emulator or device.
Watch this demo video to see how it works: https://youtube.com/shorts/Nq1GF_d8caI?feature=share