Teena wrote:
> Thanks for the response, Cyril.  Is this how I would do it?  I'm still not
> seeing any text feedback on the screen when I click the button.
>   
Log will put strings into a log that's viewable in debug mode in Eclipse 
with the Logcat view added to the overall list of views. That's very 
useful for debugging purposes [obviously] without displaying anything to 
the app's user. However, if you want to display something on screen, you 
can use the Toast class 
http://code.google.com/android/reference/android/widget/Toast.html to 
display a message on screen briefly. The message will fade automatically 
after a short amount of time, and could be useful for what you're trying 
to accomplish.

Raymond

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to