tags:

views:

38

answers:

1

I need to accept values (username and password) from the user, when he clicks menu button and one of the button that says login. When the login button is clicked, a pop up should show up that accepts the values and should have an ok button. Expecting a pop something like when we try to download an app from apple store (iphone) Could some one please guide me how to do this. Also... this menu is to be visible for a MapActivity class which implements LocationListener

thanks

+1  A: 

This tutorial should be enough for you to get started, just change the custom dialog XML layout to two edit texts. Tutorial

blindstuff
@blindstuff... hey thanks...could you please provide me with a tutorial of creating menu option. Also, is it possible to create menu options for a map activity?
raqz
Go to google and yes
Falmarri