We all know we can setText(String) to an editText box but if you want to get an editable variable from a string variable how do you do this?
For Temp I made an invis
Use Editable.Factory.getInstance().newEditable(str) From the android documentation:
Editable.Factory.getInstance().newEditable(str)
Returns a new SpannedStringBuilder from the specified CharSequence. You can override this to provide a different kind of Spanned.