E-Commerce App Flowchart & Explanation
E-Commerce App Flowchart & Explanation
Splash Screen: This is the initial screen of the application which consists of
app logo and app name. The app uses handler for delay and redirecting to next
screen
Login: Users can login using an email id and password. This app will integrate
firebase authentication.
Adding to Cart:
Add to Cart Button: Enables customers to add products to their shopping cart.
Cart Overview: Shows the items in the cart, their quantities, and the total price.
Checkout Process:
Order Review: A final review of the order, including shipping and payment
details.
Order Confirmation:
Order Detail Screen: Shows the order product listing and quantity with a
unique order id and when it is clicked, the order can be tracked.