A simple and intuitive Android application that allows you to save your current location with custom names and view them in Google Maps.
- Save Current Location: Save your current location with a custom name
- View Saved Locations: See all your saved locations in a clean, organized list
- Open in Google Maps: Tap any location to open it directly in Google Maps
- Delete Locations: Remove locations you no longer need
- Offline Storage: All data is stored locally on your device
- Privacy First: Your location data never leaves your device
- Android 8.0 (API level 26) or higher
- Google Play Services (for Maps integration)
- Location services enabled
- Download the APK file
- Enable "Install from unknown sources" in your device settings
- Install the APK
- Grant location permission when prompted
- Open the app
- Grant location permission when prompted
- Tap the + button to save your first location
- Enter a name for your location
- Tap "Save"
Screenshots would be added here showing the main interface, save dialog, and location list
This app follows modern Android development practices:
- MVVM Architecture: Clean separation of concerns
- Jetpack Compose: Modern declarative UI
- Room Database: Local data persistence
- Google Play Services: Location and Maps integration
- Material 3 Design: Modern, accessible UI
- User Guide - Complete user documentation
- Developer Guide - Technical documentation
- Architecture Guide - System architecture details
- Clone the repository
- Open in Android Studio
- Sync Gradle files
- Build the project
- Kotlin 1.9.0+
- Android SDK 24+
- Jetpack Compose
- Room Database
- Google Play Services
- Local Storage Only: All data is stored on your device
- No Internet Required: App works offline (except for Maps)
- No Data Collection: We don't collect any personal information
- Encrypted Storage: Data is protected using Android's built-in security
- Location not found: Ensure GPS is enabled and you have a clear view of the sky
- Permission denied: Grant location permission in device settings
- Maps not opening: Install Google Maps from the Play Store
- Check the User Guide for detailed troubleshooting
- Review the Developer Guide for technical issues
- Background location tracking
- Location categories and tags
- Export/import functionality
- Cloud backup integration
- Location sharing capabilities
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
For support, please check the documentation or open an issue in the repository.
- Built with Jetpack Compose
- Uses Room Database
- Integrates with Google Play Services
- Follows Material Design guidelines
Note: This app is designed for personal use and stores all data locally on your device. No data is transmitted to external servers.