[Solved] How to loop on an android View to add a text from database?
What it looks like right now is that you end up with just having 71008 in your first TextView because you loop through the keys but only ever access the first TextView. If you know that you’ll always have eight keys, in your case you can try adding them to your TextViews without the loop, … Read more