I searched and didn't find any method to show data that retrieved from firebase databse in a tablelayout.
Asked
Active
Viewed 2,537 times
0
-
3Welcome to Stack Overflow! We are a question-and-answer site, not a coders-for-hire service. Please explain what you have tried so far and why it hasn't worked. Also have a look at [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) and [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). – Rosário Pereira Fernandes Jan 28 '18 at 10:43
1 Answers
1
To show the data on the table layout you can create:
- An adapter, which is the same way as putting data on the recyclerview or the listview. ref: Android: Customize list view, Table view in adapter
- Manual putting
tablerow
on the table layout

Henry Hieu
- 19
- 2