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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user