Question: In Android language(Java language): Develop an application for the Shopping Cart. The application should store the Buyer Name. Order Amount and Products in the database
In Android language(Java language):
Develop an application for the Shopping Cart. The application should store the Buyer Name. Order Amount and Products in the database (one table). Each Order is represented by: - Buyer Name(EditText: String) - Total Amount(EditText: Positive Number) - Products(Similar to Car in FleetApp)
Where each order can have multiple Products represented by a separate JAVA class with two attributes: - Product Name(EditText) - Quantity(EditText: Positive Number)
All the saved Order details must be listed in a RecyclerView on the main activity: - Buyer Name(String) - Total Amount - A string containing the name of all Products of the order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
