Posts by Carlos Eduardo • 74 points
2 posts
-
0
votes2
answers387
viewsA: Pass textview value to another screen and convert to double again?
You cannot get the value in the second Activity because you are passing a String from Activity A to B and Activity B is trying to get a Double instead of a String. When you arrive at the second…
android-studioanswered Carlos Eduardo 74 -
5
votes4
answers3686
viewsA: Summing value by value in an array with Python
Python is a language that allows us to do things more easily. Given its array, a simple and lean way of safazer the sum using a low amount of variables and lines would be like this: for valor in…