Plugi is an Android application that provides a platform for bidding and online shopping for various items including clothes, boots, and more.
- 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.
- Android Studio
- Android device or emulator
- Clone the repository:
git clone https://github.com/mohamedelareeg/Plugi.git
- Open the project in Android Studio.
- Build the project to resolve dependencies and compile the application.
- Connect an Android device or use an emulator.
- Run the application from Android Studio.
Ensure you have the required API keys and configurations for Firebase services. Update the necessary files with your configurations.
To run the application in debug mode:
- Connect an Android device or use an emulator.
- In Android Studio, select "Run" from the toolbar.
- Choose the connected device/emulator and click "OK" to build and run the app.
To build a release version of the application:
-
Open the terminal in Android Studio.
-
Navigate to the project root directory.
-
Run the following command:
./gradlew assembleRelease
This command generates the release APK in the app/build/outputs/apk/release/ directory.
To publish the application to the Google Play Store:
- gnerate a signing configuration for the release build in the app/build.gradle file.
- Build the release version using the steps mentioned above.
- In Android Studio, select "Build" > "Build Bundle(s) / APK(s)" > "Build APK(s)".
- 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.
- Java - The primary programming language.
- Firebase - Comprehensive mobile and web app development platform.
- Socket.IO - Real-time bidirectional event-based communication.
- Retrofit - Type-safe HTTP client for Android and Java.
- Glide - Fast and efficient image loading library.
- PageIndicatorView - Page indicator for ViewPager.
- SimpleRatingBar - Rating bar library.
- Kotlin Coroutines - Asynchronous programming in Kotlin.
- Material Calendar View - Material Design calendar view.
- CountdownView - Countdown timer library.
- Flexbox Layout - Flexible box layout.
- CircularCountdown - Circular countdown timer.
- AutoImageSlider - Auto image slider.
- MaterialSearchBar - Material Design search bar.
- EventBus - Event bus library.
- SwitchButton - Switch button library.
Detailed information about the libraries and dependencies used in the project can be found in the build.gradle file.
Feel free to contribute to the development of Plugi by creating issues, submitting pull requests, or suggesting new features.
This project is licensed under the MIT License.