BroFOSS / Moto-Navigator

A navigation based project.
GNU General Public License v3.0
0 stars 4 forks source link

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

Intended User

Moto Navigator App is customized for travellers.

Features

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

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

GNU General Public License v3.0

Other open source Licenses

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.

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.