This repository contains Android application code for MiniMap, a location-based help request platform.
MiniMap is an Android application that facilitates community assistance by connecting people who need help with those willing to provide it. The app uses real-time location services and Firebase to create a seamless helping experience.
- Users who agree to help others
- Receive notifications when someone nearby requests assistance
- Can view requester details and location
- Built-in rating system for accountability
- Users who need assistance
- Send help requests to users in their vicinity
- Can specify the type of help needed
- Real-time chat with assigned helpers
To make helping people easier and more accessible. By creating a system that notifies willing helpers and streamlines the assistance process, we believe communities will become more supportive and people in need will receive help faster and more efficiently.
Creating a location-based application that:
- Shows help requests on an interactive map
- Connects helpers with requesters in real-time
- Provides secure communication channels
- Maintains user privacy and safety
- Platform: Android (API 28+)
- Language: Java
- Database: Firebase Realtime Database
- Authentication: Firebase Auth
- Maps: Google Maps Android API
- Location: Google Play Services Location
- Image Loading: Glide
- Geolocation: GeoFire
- Download the APK from the Releases section
- Enable "Install from Unknown Sources" in your device settings
- Install the APK file
- Grant necessary permissions (Location, Internet)
- Create an account and start helping or requesting assistance
-
Clone the repository:
git clone https://github.com/V-P-A-AppDev/MINIMAP.git
-
Open the project in Android Studio
-
Configure Firebase:
- Create a Firebase project
- Download
google-services.jsonand place it inapp/ - Enable Authentication and Realtime Database
-
Configure Google Maps:
- Get a Google Maps API key
- Update
google_maps_api.xmlwith your key
-
Build and run the application
- Real-time Location Tracking: Accurate GPS-based location services
- Interactive Map: Google Maps integration with custom markers
- Push Notifications: Instant alerts for help requests
- In-app Chat: Secure communication between helpers and requesters
- User Profiles: Customizable profiles with ratings
- Geofencing: Location-based request matching
- Encrypted Communication: All data transmitted over HTTPS
- Input Validation: Protection against malicious input
- Session Management: Secure user authentication
- Data Privacy: Sensitive information protection
- Create a Firebase project
- Enable Authentication (Email/Password)
- Enable Realtime Database
- Configure security rules
- Add your
google-services.jsonfile
- Enable Google Maps Android API
- Create API key with restrictions
- Update
google_maps_api.xmlfiles - Configure billing (if required)
- Test password validation with various inputs
- Verify HTTPS enforcement for network requests
- Test input sanitization with malicious content
- Verify backup exclusions work correctly
- Test code obfuscation in release builds
- User registration and authentication
- Location services and map functionality
- Help request creation and response
- Real-time chat communication
- User profile management
- Target SDK: 34 (Android 14)
- Minimum SDK: 28 (Android 9.0)
- Optimized: ProGuard obfuscation and resource shrinking
- Network: Efficient Firebase Realtime Database usage
- Memory: Optimized image loading with Glide
This project is for academic use only. The developers do not hold any responsibility for any faults, security issues, data loss, trust issues, or any other possible kind of damage that it might create to you or your device. Use at your own risk.





















