So, I am messing around with java/android programming and right now I am trying to make a really basic calculator. I am hung up on this issue though. This is the code I have r
Here is the kotlin version :
var value = textview.text.toString().toIntOrNull() ?: 0