Integration of get user data api call on SplashFragment

BottomNav on HomeActivity
Worked on sidebar menu
- sidebar implementation
- ui for user data
- theme switching
- language switching
This commit is contained in:
2024-05-15 21:04:35 +05:30
parent 6153339bea
commit d4ac42b62a
49 changed files with 499 additions and 20 deletions

View File

@@ -17,7 +17,9 @@
tools:targetApi="31" >
<activity
android:name=".home.HomeActivity"
android:exported="false" />
android:exported="false"
android:screenOrientation="portrait"
/>
<activity
android:name=".onboard.OnboardActivity"
android:exported="false"