This App allows a user to give a input and that input will be refelected in a toast message
input given on the editText and when the user clicks the submit button then toast message will come which contains the input givem by the user.
Used Intents to transfer from one Activity to another Activity due to which it shows the input given on first activity to the second activity, which displays a Happy birthday Anubhav( name of a user - given at first activity).