Skip to content

Commit

Permalink
Adding README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh-03 committed Mar 18, 2024
1 parent eb576e4 commit 170850f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ LocaMem is an Android application built with Kotlin and designed to help you rem

## Features:

### Location Tracking: Stores your current location every 15 minutes with user permission.
### Realm Database: Utilizes Realm for efficient and scalable data storage.
### MVVM Pattern: Provides a clean separation of concerns between UI, data, and logic.
### Hilt for Dependency Injection: Simplifies dependency management and testing.
### Home Screen: Shows a list of all stored locations.
### Click-to-Map: Clicking a location item redirects you to an in-app map with the chosen location marked.
### Playback Functionality: Playback button replays a visual path of all stored locations.
### User Management: Allows switching between different users.
#### Location Tracking: Stores your current location every 15 minutes with user permission.
#### Realm Database: Utilizes Realm for efficient and scalable data storage.
#### MVVM Pattern: Provides a clean separation of concerns between UI, data, and logic.
#### Hilt for Dependency Injection: Simplifies dependency management and testing.
#### Home Screen: Shows a list of all stored locations.
#### Click-to-Map: Clicking a location item redirects you to an in-app map with the chosen location marked.
#### Playback Functionality: Playback button replays a visual path of all stored locations.
#### User Management: Allows switching between different users.

## Getting Started:

Expand Down

0 comments on commit 170850f

Please sign in to comment.