This application is the capstone project of the Android Development Bootcamp program organized by Up School in cooperation with Akbank.
The project is an e-commerce application. Users can log in after registering for the application.After logging in, they can list the products by category, see the details of these products, add them to their favorites or cart or delete them from there.
If a product is forgotten in the cart, a notification is sent to the user as long as the user does not log out of the application.
Product listing and adding to cart operations are done with API, and adding to favorites is done with room database.
Here are the technologies I used in this project:
Splash Screen | SignUp Screen | SignIn Screen |
---|---|---|
Home Screen | Detail Screen | Favorite Screen |
---|---|---|
Cart Screen | Payment Screen | Payment Screen |
---|---|---|
Success Screen | Search Screen | Profile Screen |
---|---|---|
WorkManager |
---|