Locomoto Save

An Uber-like Android application that allows a user to request services and see it on a map.

Project README

LocoMoto

LocoMoto is an Android application that has Uber-like features and is similar to a taxi service.

User Types

  • Rider: You can request a ride while looking at your location (which is updated very frequently) on a map. Once you click the 'Request Ride' button, your request is stored on the online database. You also have the option to cancel your request, which will in turn remove it from the database. Any drivers in the area can see your request.
  • Driver: You can view available requests from other riders, which is all displayed in an Android ListView, which is essentially a vertical table with clickable elements. The requests are in order from closest to farthest. Once you click on a request, you see the rider's postition relative to yours on a map. Accepting the request brings up a navigation dialog to the rider's position.

Application Information

  • To store all the data, the application uses a service called Cloudboost. The app id on the database is 'ktdffagvxbnq'. With this, alongside the client key, you can access the database using specific commands.
  • The name of the package is "com.akashbhave.locomoto", which can be seen in the 'Apps' tab of the Android Settings.
  • This application is compatible with Android versions 4.1 (Jelly Bean, API 16) and up, but it recommended for Android versions 5.0 (Lollipop, API 21) and up.
  • You must have an Internet connection at all times.
  • A GPS connection is optional.

Structure

  • The Java files are located here, in the 'java' directory. These files are in the .java file format.

    • MainActivity.java: Reponsible for the signup/login part of the app, doesn't load if you have already saved your role on the device.
    • YourLocation.java: Mainly used while in the 'rider' role. Contains a Google Map and some buttons on top.
    • ViewAvailable.java: Used while in the 'driver' role, lets you see all the current requests from other riders in order of nearest to farthest from your location.
    • ViewRiderLocation.java: Used when looking at the rider's position relative to yours in the 'driver' role. You can also navigate to the rider's position using Google Maps, which is prompted.
  • The layout files are located here, in the 'layout' directory. These files are in the .xml file format. Here you can find the layout of the UI (User Interface).

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5
Open Source Agenda is not affiliated with "Locomoto" Project. README Source: AkashBhave/locomoto
Stars
83
Open Issues
6
Last Commit
5 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating