Sami Ede
Sami Ede
Amazing suggestions, very helpful.
This doesn't work either, unfortunately. I admit, I haven't thought that far at this point, I tried making the drag and drop work first ;) My xml file looks like...
Also doesn't work with Relative Layout as parent. I've tried setting the same in the example app for the draggable grid layout and it doesn't work there either.
Thanks for the answer! Yes, that works! I'm aware this might be suitable for another issue, but what I'm essentially trying to do is recreating the maps example but with...
Yes sure! I built a navigation that controls the content of a scrollview and of the content container behind the BottomSheetBehaviour. Collapsed it looks like this:  I don't need...
Yes, something like that, but with the user being to also scroll down in the expanded state! :) Basically, the view has a map in the content area, so the...
I will check it out and let you know if I find something! Thanks for your help though! :) > Am 18.04.2019 um 10:04 schrieb César Augusto : > >...
Setting the imageSize from 64 to 32 breaks the convolutional layers, because the kernel sizes don't fit anymore!
> Is there any solution, You figured it out? I wrote my own Component that uses a Section List (because for some reason it performs better than a FlatList). I...
The problem is that react can't handle onEndReached with nested ScrollViews because it doesn't know which scroll view has reached the end. Since you're embedding the FlatList into a ScrollView,...