All Projects → MindorksOpenSource → Uber Car Animation Android

MindorksOpenSource / Uber Car Animation Android

An example project to demonstrate how to Add Uber Like Car Animation in Android App

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Uber Car Animation Android

Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-14.93%)
Mutual labels:  android-app, android-application, android-development
Insta Chat
InstaChat offers a new way to read messages of your favourite messengers. It overlays every other app and you can reply from anywhere you want.
Stars: ✭ 111 (-17.16%)
Mutual labels:  android-app, android-application, android-development
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-73.88%)
Mutual labels:  android-app, android-application, android-development
Livesmashbar
An elegant looking and easy to use informative library with LiveData integration for Android.
Stars: ✭ 107 (-20.15%)
Mutual labels:  android-app, android-application, android-development
Edxposedmanager
Companion Android application for EdXposed
Stars: ✭ 1,172 (+774.63%)
Mutual labels:  android-app, android-application, android-development
Shutup
Uses proximity sensor to perform actions when ringing, Can also schedule calls.
Stars: ✭ 14 (-89.55%)
Mutual labels:  android-app, android-application, android-development
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-16.42%)
Mutual labels:  android-app, android-application, android-development
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+303.73%)
Mutual labels:  android-app, android-application, android-development
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-60.45%)
Mutual labels:  android-app, android-application, android-development
Phonenumberverificationui Android
Check out the new style for mobile number verification 😉😉😊😊
Stars: ✭ 52 (-61.19%)
Mutual labels:  android-app, android-application, android-development
Music Player Go
🎶🎼 Very slim music player 👨‍🎤 100% made in Italy 🍕🌳🌞🍝🌄
Stars: ✭ 654 (+388.06%)
Mutual labels:  android-app, android-application, android-development
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-30.6%)
Mutual labels:  android-app, android-application, android-development
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (+361.19%)
Mutual labels:  android-app, android-application, android-development
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-21.64%)
Mutual labels:  android-app, android-application, android-development
Superbottomsheet
Android native BottomSheet on steroids 💪
Stars: ✭ 548 (+308.96%)
Mutual labels:  android-app, android-application, android-development
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-73.13%)
Mutual labels:  android-app, android-application, android-development
AndroidBatteryStats
Displays all battery stats of an Android device using broadcast receiver.
Stars: ✭ 20 (-85.07%)
Mutual labels:  android-development, android-application, android-app
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (+176.87%)
Mutual labels:  android-app, android-application, android-development
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-63.43%)
Mutual labels:  android-app, android-application, android-development
Aurdroid
Android AUR [Arch Linux user Repository] packages browser
Stars: ✭ 88 (-34.33%)
Mutual labels:  android-app, android-application, android-development

Uber Car Animation Android - An example project to demonstrate how to Add Uber Like Car Animation in Android App

MindOrks MindOrks Community


About this Open Source Project

This project contains a sample app that shows how to animate the car icon of Uber app from a Source to a Destination on Google Map. We will build the following in this project:

  • Use Google Map to draw path from Origin to Destination
  • Use list of locations to draw a path between Origin and Destination just like Uber
  • Use list of location to update car location
  • Use LinearInterpolator for animation
  • Draw one path of two colours i.e. grey and black
  • Animate the black path from Origin to Destination just like Uber application
  • Animate the car icon just like Uber application

Screenshots from this project


Building the project

  • Clone the project, the master branch has the latest code.
  • This App uses the Google API Key for Maps. Get the API key from the Google Cloud Developer console after enabling the Maps feature for your project. Refer this link and put that API key in the AndroidManifest.xml file in your project: The meta-data tag of AndroidManifest.xml file will look like below:
<meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value="PASTE_YOUR_API_KEY_HERE" />

Step by Step guide

Reference blog for this project - How to Add Uber Car Animation in Android App

Explore Android Online Tutorials and Courses To Learn More by MindOrks

  • Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
  • Android Tutorial - All Free Android Tutorials by MindOrks
  • Android Online Course for Professionals - In this online course, you’ll learn the Dagger, Kotlin, RxJava, MVVM Architecture, Architecture Components, Jetpack, LiveData, ViewModel, Room Database, Database Design, Multithreading, Memory Management, Networking, Caching, How Glide works, Unit Testing, and the best practices for Android Development. By the end of this online course, you will have all the skills you need to become a professional Android Developer.
  • Android Online Course for Beginners - This course is for beginners for those who want to get started with Android Development. In this course, you will build two apps: TodoNotes and Ride-Sharing Uber Android App.

Find this project useful ? ❤️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

License

   Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITED

   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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].