Android Question have two inputbox in dialoges

qmars

New Member
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
 

Attachments

  • photo_2017-02-24_22-30-54.jpg
    23.9 KB · Views: 326
Last edited:

KMatle

Expert
Licensed User
Longtime User
Search for "input dialog" or do it youself:

- 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
 
Upvote 0

qmars

New Member
tnx u bro
i will use panel as u said
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…