Welcome to TheAppvengers — a mobile e-commerce application built as part of the CS533: Mobile Computing course at Southeast Missouri State University.
This Android app simulates a shopping experience where users can:
- Browse products
- Add items to a cart
- Manage orders
- Log in and create an account
- Language: Java
- IDE: Android Studio
- Build System: Gradle (KTS)
- Firebase Integration: (via
google-services.json)
- Product Catalog UI
- Add to Cart Functionality
- Order Summary Display
- Firebase-based Login & Authentication
- Firebase Backend Integration
app/ ├── build.gradle.kts ├── src/ │ ├── main/ │ │ ├── java/ │ │ ├── res/ │ │ └── AndroidManifest.xml └── google-services.json
- Clone the repository or download the ZIP.
- Open the project in Android Studio.
- Sync Gradle when prompted.
- Make sure to set up a Firebase project and add your own
google-services.jsonif testing externally. - Run on emulator or physical device.
- Kyle Schwartz
- Samana Dahal
- Samikshya Adhikari
- Morgan Snider
- Nahlik Brenda
- Nayeem Hossain
This project was created as part of CS533: Mobile Computing at Southeast Missouri State University (Spring 2025), under the instruction of Dr. Andy Liu.
This project is for educational use only.
Feel free to fork, explore, and contribute!