Vaibhav Jaiswal
Vaibhav Jaiswal
# Fixes #48 ## Changes - Updated code in demo NavControllerActivity which now works in latest version of navigation components, old code did not.. - Added documentation for setting up...
# Issues - Bottom Navigation is not working correctly with Navigation Components - Fragment is not changing when bottom nav item is pressed - Sample code shown in the NavControllerActivity...
I have 1 screen ScreenA and another screen ScreenB which has a bottom nav with tabs using TabNavigator Screen Code: ```kotlin @Composable override fun Content() { val viewModel = getScreenModel()...
### Removal of Deprecated `FragmentStatePagerAdapter` Fixes #45 - In order to replace this, had to migrate to ViewPager2 - ViewPager2 is the newer version of ViewPager and should be used...
I added the dependency in my project which currently uses Kotlin 1.9.20 and Compose Multiplatform 1.5.10 But when I sync Gradle it fails, seems like some compatibility issue. Sync Error:...
I can see in the shared `gradle.kts`, that it only supports Android and Desktop Would be very helpful if it supported iOS too
### Discussed in https://github.com/cashapp/sqldelight/discussions/5103 Originally posted by **Vaibhav2002** March 31, 2024 I have a screen which shows a paged list of data coming from a SQL Delight table, Now when...
### General info - [X] I checked the [troubleshooting](https://github.com/supabase-community/supabase-kt/wiki/Troubleshooting) page for similar problems ### What is your question? i created a custom fallback for Google Login using `GoogleSignInClient` for Android,...
## How can i add error handling only for the main page load? This is the current errors exposed, which says to use OnError callback, but how to pass this...