I want a score to be passed to the form where users will enter their name and the score should be printed on the TextView below the user name. On a click of the submit button, the score and user name should be displayed on score form.
I want a score to be passed to the form where users will enter
Share
you can use Intent.putExtra() to pass values through intents.
then you’ll able to get values by using
you can simply save values using SharedPreferences or if you are trying to save large quantity of values,.use sqlitedatabase.