I am developing a sample app.I am able to show alert on button click having some tittle and button .But now I want to show a pop up window having username (Label)
You can make a normal activity and set the android:theme to dialog:
android:theme
and in your xml file for this activity you can decide the height and width of this dialog field. For example:
xml
The important thing is the manifest part.