-
Reddit, GitHub and GitLab all support `` tag which looks like spoiler tag:
Click me!
That's how spoiler tag works, but the little surprise is that
It can actually be nested
…
-
how to create nested recyclerview to handling layoutManager orientation?
-
Hello! I found some troubles making back-animation from nested controllers.
I have a root controller, which contains a child router and pushes a nested controller on created. I set `popLastView` flag…
-
-
Hi !
I have a recyclerView inside the slide panel view, how can a I get the panel sliding down at the end of the recycler view ? I tried enabling nested scrolling in the recyclerView but it does no…
-
CardStackLayoutManager use removeAndRecycleAllViews(recycler) in update(RecyclerView.Recycler recycler)
-
```
In com.test.app:6.0:2019011801.
* com.test.app.ui.view.LoadingView has leaked:
* Toast$TN.mNextView
* ↳ LinearLayout.mContext
* ↳ LoginActivity.mFragments
* ↳ FragmentController.mHost
* ↳ F…
-
**Setup:** A main recycler view with nested carousels.
**Problem:** When I scroll down the main recycler view, the nested carousel that goes off the screen loses its state. What could be causing t…
-
Hi,
I tried to use garland view in my project but I'm experiencing a pretty wierd issue. Whenever I have only one or two items in my InnerAdapter - such that they do not fill out the screen and I s…
-
I try to use nested recycler because I have a layout that can be used alone or into a list but this layout can have more than > 10 rows with many views so I think it's better to set it up into a Recyc…