I am very new to Android.
I want to show a modal popup with a TextView and two buttons when the user "clicks" on the ListView element.
How can i do this?
Thanks.
Take a look at the AlertDialog.Builder class.
AlertDialog.Builder
http://developer.android.com/guide/topics/ui/dialogs.html#AlertDialog
The above link should provide you with all the necessary information.