Veeksi

Results 10 issues of Veeksi

So like telegram does, there is some kind of scrollview below header and one's that scrolls up that triggers transitions. So is it possible to have recycler view in this...

How should I check before I refresh my listview that I have internet connection because otherwise I lose all that data in previous listview?

It would be cool to see shared element transition to movie page and back :)

Hey, I have an issue with ExitUntilCollapsed scroll strategy. Somehow, the collapsing toolbar makes weird jump to top when navigating to next page and back. The issue can be seen...

bug

### Current behaviour When wrapping react-native-paper TextInput with DataTable.Cell, the TextInput field cannot be clicked. This happens when using expo 46 or 47 for example. However, when switching to expo...

bug

My toolbar is built with ConstraintLayout and it depends on WindowInsets so I can calculate statusBarHeight like this: ``` toolbar = { val paddingValues = WindowInsets.systemBars.asPaddingValues() Box( modifier = Modifier...

When navigating from fragment that contains nested nested recyclerview with carousel to other fragment, the carousels scrolling position is not restored properly if you navigate back to first fragment instantly....

Like, if I have UiState like this defined in my viewModel: ```kotlin data class UiState( val isLoading: Boolean = false, val hasError: Boolean = false, val errorMessage: String = "",...

### Current behaviour Click "Show menu" button and when transition happens from closed to open state, you can see horizontal scrollbar flickering which indicates that it overflows horizontally. That's probably...

bug
web
Menu

Hey, Great example and thanks for that! I am thinking how could I implement the same functionality without using Firebase. My authRepositoryProvider uses dio and hive that are initialized asynchronously...