Question: Write the activation code of the following android application activity in order that when a user presses the ADD button the sum of the two
Write the activation code of the following android application activity in order that when a user presses the ADD button the sum of the two numbers in (txtnum1, txtnum2) will appear in (txtviewresult). Also, the activity should accept float numbers.
(Hint: to parse String to Float use Float.parseFloat)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
