Skip to content

Hritikchaurasia/Bolt

Repository files navigation

GitHub license TeamCity (simple build status) ktlint

banner

BOLT

A simple ride sharing app made with kotlin and Google Maps using MVVM architecture.

TO RUN THIS

  1. Clone the repository .
  2. Go to google cloud platform enable map sdk and place api.
  3. Generate api key.
  4. MAKE SURE BILLING IS ENABLE TO USE PLACE API
  5. add your google map api key in local.properties like GMP_key=YOUR_KEY
  6. you are pretty much good to go.

FEATURES

  1. Support for dark and light theme.
  2. Location permission handling.
  3. Google Map integration.
  4. Search Places integration.

Built With 🛠

Package Structure

# Root Package

├── di                  # Dependency Injection
├── ui                  # Activity/View layer
├── repositories        # Single source of data
└── others              # Utility Classes / Kotlin extensions

Architecture

This app uses MVVM (Model View View-Model) architecture.

FEATURES UNDER PROGRESS

  1. To add mobile number authentication.
  2. Refactoring ui.
  3. To add manual location refresh.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages