This project is an example of an online shop application developed using Android Studio with Kotlin and Firebase. The application follows the Model-View-ViewModel (MVVM) architectural pattern and uses Firebase for backend services.
- Modern Material Design Dashboard
- Cart Activity
- Detail Activity
- User Authentication
- Product Listing
- Order Management
- Kotlin
- Android Studio
- Firebase
- MVVM Architecture
- Android Studio Koala | 2024.1.1 or later
- Firebase Account
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Connect the application to your Firebase account. Follow the instructions in the Firebase documentation to do this.
- Run the application on an emulator or physical device.
The application starts with an intro activity. After that, the user can navigate through the application, view products, add them to the cart, and proceed to checkout.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Android Kotlin Fundamentals by Google Codelabs
- Firebase Documentation
Please note that this README is a general guide. Depending on the specifics of your project, you may need to add, remove, or modify sections.