Skip to content

opticod/Moto-Navigator

Repository files navigation

Moto-Navigator

This is a navigation based ongoing project. It contains different module.

Moto-Navigator App

Moto Navigator App is a navigation app available for Android. It uses your phone’s internet connection (4G/3G/2G/EDGE or Wi-Fi, as available) and GPS connection to track your present location and show you the navigation path to the destination via WALK/CYCLE/CAR routes. It uses API from mapbox. You can also save the paths for offline later access.

Why use Moto Navigator App

  • NO FEES: Moto Navigator App uses your phone’s internet connection (4G/3G/2G/EDGE or Wi-Fi, as available) and GPS connection to track and show you the navigation path. You don’t have to pay for getting the path info.
  • OFFLINE ACCESS: At anytime you can access your saved paths offline.

Intended User

Moto Navigator App is customized for travellers.

Features

  • Get present location of the user.
  • Get routes to destination via WALK/CYCLE/CAR paths.
  • Can see the saved paths anytime.
  • Get the saved paths link directly in user's home screen through widget.

User Interface Mocks

Splash Screen Login Screen Navigation Drawer
splash screen login screen mapscreen1
Map Screen1 Map Screen2 Navigation Screen Portrait
map screen2 mapscreen3 navigation screen portrait
Navigation Screen Landscape Drive Screen Info Screen Widget Screen
navigation screen landscape drive screen auto screen widget screen

Technologies used

  • Mapbox SDK
  • Firebase
  • Google Play Services

Development Setup

  1. Go to the project repo and click the Fork button
  2. Clone your forked repository : git clone git@github.com:your_name/moto-navigator.git
  3. Open the project with Android Studio
  4. Add your google-services.json from firebase project in app/

How to build

All dependencies are defined in app/build.gradle. Import the project in Android Studio or use Gradle in command line:

./gradlew assembleDebug

The result apk file will be placed in app/build/outputs/apk/.

Project License

Copyright (C) 2017 Anupam Das

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Other open source Licenses

Android source code

Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Firebase

Copyright 2016 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages