/Plugi

Plugi is your go-to Android app for bidding on auctions and shopping online. With features like real-time bidding, swipe-to-refresh, and Google Maps integration, it offers a seamless shopping experience.

Primary LanguageJavaMIT LicenseMIT

Plugi - Bidding and Online Store App

Plugi is an Android application that provides a platform for bidding and online shopping for various items including clothes, boots, and more.

Table of Contents

Features

  • Bidding System: Participate in auctions and place bids on your favorite items.
  • Online Store: Browse and shop for a variety of products including clothes and boots.
  • Swipe to Refresh: Pull-to-refresh functionality for an enhanced user experience.
  • Rating System: Rate and review products using the integrated rating bar.
  • Real-time Communication: Utilizes socket.io for real-time communication.
  • Maps Integration: Integrates Google Maps and Places API for location-based features.
  • Firebase Analytics and Messaging: Utilizes Firebase for analytics and push notifications.

Home Page

Home Page

Product Details

Product Details

Getting Started

Prerequisites

  • Android Studio
  • Android device or emulator

Installation

  1. Clone the repository: git clone https://github.com/mohamedelareeg/Plugi.git
  2. Open the project in Android Studio.
  3. Build the project to resolve dependencies and compile the application.
  4. Connect an Android device or use an emulator.
  5. Run the application from Android Studio.

Configuration

Ensure you have the required API keys and configurations for Firebase services. Update the necessary files with your configurations.

Running the Application

Debugging

To run the application in debug mode:

  1. Connect an Android device or use an emulator.
  2. In Android Studio, select "Run" from the toolbar.
  3. Choose the connected device/emulator and click "OK" to build and run the app.

Release Build

To build a release version of the application:

  1. Open the terminal in Android Studio.

  2. Navigate to the project root directory.

  3. Run the following command:

    ./gradlew assembleRelease
    

This command generates the release APK in the app/build/outputs/apk/release/ directory.

Publishing

To publish the application to the Google Play Store:

  1. gnerate a signing configuration for the release build in the app/build.gradle file.
  2. Build the release version using the steps mentioned above.
  3. In Android Studio, select "Build" > "Build Bundle(s) / APK(s)" > "Build APK(s)".
  4. The generated APK will be available in the app/build/outputs/apk/release/ directory.

Follow the Play Console guidelines to create a new release, upload the APK, and publish the app.

Built With

Dependencies

Detailed information about the libraries and dependencies used in the project can be found in the build.gradle file.

Contributing

Feel free to contribute to the development of Plugi by creating issues, submitting pull requests, or suggesting new features.

License

This project is licensed under the MIT License.