Added click events to room database for:

LiveTv, Home1Fragment, Home2Fragment, SideMenu, bottom_navigation bar, ExploreWokaActivity, MoreActivity, MyListFragment (For every module)

Profile Edit activity : Updating gender with api.

Guest, Parent and child check to show NoSignInDialog at :

SupportActivity, cart opening, ProductFragment (Add to cart button)

OrderActivity:

Created all views, adapters and integrated orders api (mvvm)

Integrated api for order tracking and cached.
This commit is contained in:
2024-08-07 21:11:25 +05:30
parent e15abb2a80
commit 20daba1bb7
37 changed files with 1199 additions and 234 deletions

View File

@@ -284,4 +284,13 @@
<string name="remove_from_cart">REMOVE</string>
<string name="view_cart">view cart</string>
<string name="order_placed_successfully">Order placed successfully</string>
<string name="purchase">Purchase</string>
<string name="children_cannot_purchase_this_product_please_contact_your_guardian">Children cannot purchase this product. Please contact your Guardian.</string>
<string name="please_ask_your_guardian_to_contact_us_for_assistance">Please ask your guardian to contact us for assistance</string>
<string name="order_id">Order ID :</string>
<string name="placed_on">PLACED ON</string>
<string name="airline_bill_number">AIRWAY BILL NUMBER</string>
<string name="courier">COURIER</string>
<string name="track">TRACK</string>
<string name="no_orders_found">No orders found</string>
</resources>