I am a newbie in android development, so plz try to explain complex steps.
I want to know what codes to write for the following process:-
Activity1 takes number input via EditText then perform some actions on it, lets say it multiply it with 2, then send this new number to another activity Activity2 where it is displayed.
Mainly i want to know how to display the new number in an activity.
Thnx in Advance.