Davide Steduto
Davide Steduto
@IHNEL, the Comparator is the key, inside, all views types must be checked. There are others 2 methods `addSection()` and `addItemToSection()`, both rely on `calculatePositionFor()`. Please check also `ItemComparatorTest` class....
@christophehenry, with LiveData and Room everything changed for the adapter. Those callbacks return always the whole list and maybe another solution has to be implemented. As you suggests, I tried...
Ok, I thought about it. Regarding the factory: I can accept a custom Factory class or predefined Factory where maybe I can even accept a generic Class type with extra...
@myounis97, thanks, I will take it in consideration for the next demoApp.
@chaostools, thanks for the message, in these days I started to create the new app (branch name: **newApp**). You can start to follow the development, but it will take **months**...
@TreyWurm, yes you are right, however that is just a lint suggestion, you can disable, you can pass any value. I will fix it for the next version. Thanks.
@Stevemoretz, thank for the message, actually the sticky header wasn't tested with this layout. It looks unsupported then, but I can't say anything more until I try. Sincerely, I can't...
@InspectorZheleshka, strange. Are you trying to scroll via code or manually? FastScroller sync has been fixed in 5.0.5.
Dears all, OK, I'm convinced from you all to review the plan for the releases. Indeed, the extensions will be new libraries with their own versioning. So, it's better to...
**RC3 is coming soon** - I do not have time to rewrite the demoApp for the RC3 pre-release. - Regarding the new swipe capability, I still don't find a good...