I'm new to everything, so have mercy.
So for my first app I wanted to do a simple scoreboard app for the upcoming world cup. I used a TableLayout
and put TextViews
in each row (for example Pts, Wins etc.). I've set everything to 0 for the time except names. There are around 280 TextViews. Now to update the stats from my PC Firestore seems to be the best choice.
How can I update every TextView efficiently? It would take too much time to write down the code for every data piece (assign string, setText etc.)