Vladislav

Results 13 comments of Vladislav

Reselecting of a bottom navigation doesn't work in the example with 2.4.0 + also.

I would say more. Since it is in NestedScroll and the table view doesn't have fixed height, the TableView recycling is not working. It inflates and draws in this case...

Unfortunately this happens very often. TableView sometimes does not restore cells when you navigate back from other fragment (on top of fragment with table) or swap between pages in ViewPager,...

So, anyone figured out how to make it scrolling inside scroll view?

Yes. But I still can't make it scroll. Is it must be direct child of nested scroll view?

@evrencoskun but nested scroll view can have only one direct child. That means that if it is true then there are can't be anything on the screen except nested scroll...

This is beyond this library. You should looking for answers for related to android questions in android topics tho. https://github.com/googlesamples/android-architecture-components/tree/master/NavigationAdvancedSample

@Darius82 I believe it's late answer for you but still. Point 3 is Databinding component. This is already implemented in list_item_plant.xml, we just change interface from VIew.OnClickListener with created by...

Download the file from firebase into cache or disk first

This one extremely hard due of limitations of the navigation framework. Seems not possible to implement it right due https://issuetracker.google.com/issues/80029773 You probably want to rewrite completely Navigator class for this.