Android User Interaction Through Listeners and Toasts
/Every Android App interacts with its users. There are lot's of ways to implement this interaction, but two basic capabilities are listeners and toasts.
Click here to see a video from Learning Android App Programming demonstrating a Listener and Toast to give you a basic understanding of these important and useful techniques.