Completed address Adding Uis and api integration.

Worked on getting callbacks for url change in PaymentActivity.

Integrated sub-category api and its ui with tablyout

Integrated product listing api and cached data in ShopViewModel for every super-category, category and sub-category.

Created ProductFragment to showcase product details: Added viewpager and its adapter to show all images of a product in a sliding manner.
This commit is contained in:
2024-07-29 21:06:32 +05:30
parent 78c309e046
commit 86f0aa47dc
36 changed files with 1670 additions and 121 deletions

View File

@@ -25,6 +25,6 @@ android.enableJetifier=true
# BASE URLS
WOKA_STAGINNG_BASE_URL="https://wokaland.com/admin/api/"
WOKA_STAGINNG_BASE_URL="https://wokaland.com/secret-panel-10102023/hidden-admin-portal-20092023/api/"
WOKA_USER_NAME="admin"
WOKA_PASSWORD="Woka@1234"