It is necessary to make a table with an unlimited number of lines, I think to implement it as a Table layout and use it as a fragment (since the table should not be for the entire layout), but how much would it be the right decision and are there any examples of a more successful implementation of such code?
- fourIf the number of rows is unlimited - use RecyclerView. He will scroll the table. And it can already be done not on the whole screen. And no fragments will be needed - RomanK.
|