Sunday, July 12, 2015

Using a TableLayout inside RecyclerView

Looking through Google's documentation on how to use RecyclerView, I was pretty confused on how to implement a Layout within a RecyclerView. There's not that many use-cases to store singular View like a TextView inside a RecyclerView, so I went ahead and experimented to see if it's possible to store a Layout, which allows storage of multiple Views.

And voila, I did it and have an example posted on my Github project.

No comments:

Post a Comment