This project is a basic carpooling application inspired by BlaBlaCar, developed in Java for Android. It allows users to offer rides and book seats, promoting shared travel and cost-efficient commuting. The app focuses on a simple user experience, making it easier to connect drivers and passengers.
User Registration & Authentication β Simple sign-up/login for riders and drivers.
Ride Listing & Booking β Drivers can create ride listings, and passengers can book seats.
Location-Based Search β Find rides based on start and destination points.
Basic UI with Essential Functionalities β Minimal yet effective interface for usability.
Basic Fare Estimation β Provides approximate travel costs.
LLINC
βββ app
β βββ src
β β βββ main
β β β βββ java/com/example/LLINC # Java source files
β β β βββ res # UI layouts, drawables, values
β β β βββ AndroidManifest.xml # Permissions & app config
β βββ build.gradle # Project dependencies
βββ README.md # Project documentation
- Language: Java
- Framework: Android SDK
- IDE: Android Studio
Follow these simple steps to set up and run the project.
git clone https://github.com/JatinPhogat/LIINC
- Launch Android Studio.
- Select "Open an Existing Project".
- Choose the cloned project folder.
- Connect an Android emulator or physical device.
- Click Run
βΆοΈ in Android Studio.
This project serves as a basic prototype for carpooling applications and can be extended with more advanced features. Happy coding! π