hello
how can i have an input dialoge box with two string box for insert two string
and how can i declare them or how can i make them = edittext.text
tnx
like this app
- create a panel & add it to the activity by code
- add labels, edittexts and buttons to that label
- if the user presses one of the buttons, do the needed stuff and at the end remove that panel with MyPanel.RemoveView
- create a panel & add it to the activity by code
- add labels, edittexts and buttons to that label
- if the user presses one of the buttons, do the needed stuff and at the end remove that panel with MyPanel.RemoveView