Relative Content

Tag Archive for kotlinandroid-intentandroid-activityparameter-passingandroid-viewbinding

How to pass a double value of an editText to another activity in android?

I’m working on an activity in android studio in which I need to compute area and perimeter. I used intent and view Binding to access and pass the value of the user input in the edit Text to another activity that would do the computations. However, I received an error in the second activity stating “No value passed for parameter ‘defaultValue'”.