FAQ activity

FAq rv and adapter

Woka support Activity for both kind of user
Viewmodel architecture for activity

Integration of woka support both apis
This commit is contained in:
2024-06-05 21:08:33 +05:30
parent 2bf884ed56
commit 84a8f11f5a
32 changed files with 927 additions and 62 deletions

View File

@@ -16,10 +16,15 @@
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.sidebar.FaqActivity"
android:exported="false" />
android:name=".home.sidebar.support.SupportActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".home.sidebar.AboutActivity"
android:name=".home.sidebar.faqs.FaqActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".home.sidebar.aboutwoka.AboutActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity