This is a navigation based ongoing project. It contains different module.
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.
- 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.
Moto Navigator App is customized for travellers.
- 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.
Splash Screen | Login Screen | Navigation Drawer |
---|---|---|
Map Screen1 | Map Screen2 | Navigation Screen Portrait |
---|---|---|
Navigation Screen Landscape | Drive Screen | Info Screen | Widget Screen |
---|---|---|---|
- Mapbox SDK
- Firebase
- Google Play Services
- Go to the project repo and click the
Fork
button - Clone your forked repository :
git clone [email protected]:your_name/moto-navigator.git
- Open the project with Android Studio
- Add your
google-services.json
from firebase project inapp/
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/
.
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.
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.
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.