Shop module api integration. Created views: ShopActivity, ShopFragment1, ShopFragment2, ShopFragment3.

Showing all three list and caching them in viwemodel
This commit is contained in:
ADITYA
2024-07-23 00:32:09 +05:30
parent be30e88638
commit 0def2ae3a5
18 changed files with 1191 additions and 3 deletions

View File

@@ -17,10 +17,13 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".shop.views.ShopActivity"
android:exported="false" />
<activity
android:name=".webseries.views.WebSeriesActivity"
android:exported="false"
android:screenOrientation="portrait" />
android:screenOrientation="portrait" />
<activity
android:name=".karaoke.player.KaraokePlayerActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode|fontScale"