Reputation: 870
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
Reputation: 24427
Please look an Google for this kind of questions:
http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog
Upvotes: 1