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

@@ -20,7 +20,8 @@
<activity
android:name=".shop.views.AddressActivity"
android:exported="false"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".shop.views.PaymentActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode|fontScale|fontWeightAdjustment|screenLayout"