An Activity in my app allows for the user's name to be entered (in an
EditText widget), and the user's score to be entered (in an EditText
widget). The same screen indicates the user's number of attempts (in a
TextView widget).

Once the user has entered their name and score, they'll click
"Next" (Button).
My nextButtonOnClick() gets the values from those fields and stores
them in respective variables.

How & where can I then redraw / refresh / reset the same screen for
use with the user's following attempts?
It should increment the number of attempts each time.

The user provided name should become the default value in that
EditText field for subsequent attempts.
Better yet, with the user provided value for name, am I able to
present the name in a TextView widget on subsequent attempts (as
opposed to the initial EditText widget)?

PS: This is my first post here. I had wireframe screenshots but there
was no place to submit them. I wondered if yall could suggest any
additional forums you use that allow for attachments.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to