Posts by Jefferson Alencar • 3 points
1 post
-
0
votes2
answers4385
viewsQ: How to set a Textview with a DOUBLE variable?
I’m trying to set the variable txtMedia1 with the value of the variable media1. I did so, but the Android Studio indicates that I have to change txtMedia1 to double or media1 for TextView: package…