<How to optimize a complex activity has more than ...
# stackoverflow
u
How to optimize a complex activity has more than 80 views Overview: I am trying to create this activity where it has X subjects (in this case 12) each subject has its own CardView, each card has three TextEdits that calculate the average of that subject and show it in the TextView of that card, and by the end after a button click it shows the average of all the subjects together in another activity. Problem: So I hard coded each card its own as you can see...(code and image of only two cards) and I got a Warning says that this activity has more than...