Blareprefix
Blareprefix

Reputation: 870

Android POPUP Code

I would need an example code to create a popup in an activity. In the popup I would like to insert a number in a edittext and return it to the main activity.

Is this possible?

Upvotes: 0

Views: 2200

Answers (1)

vieux
vieux

Reputation: 24427

Please look an Google for this kind of questions:

http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

Upvotes: 1

Related Questions