-1

How to do this — does anyone have any idea of how to do this in tablets honeycomb?

EDIT= is it possible in android in possible how to do this.

enter image description here

and this enter image description here

edit:how load another activity(Mapview (or) Any other activity) with in the popup dialog. when i click button?

NagarjunaReddy
  • 8,621
  • 10
  • 63
  • 98
  • try this http://stackoverflow.com/questions/16105875/how-to-open-custom-layout-dialog-box-below-on-click-of-button-in-android – duggu May 06 '13 at 09:27

1 Answers1

0

Yes, you basically have to create custom dialog boxes and implemnet as per your requirement

Check this link for custom dialog

Community
  • 1
  • 1
CRUSADER
  • 5,486
  • 3
  • 28
  • 64
  • already use custom dialog but not suitable for my requirement – NagarjunaReddy May 06 '13 at 09:34
  • what I meant was create complete layout inside a dialog. Customize its each component through layout.xml . This may be a lot of task but you can develop a reusable theme-set dialog. – CRUSADER May 06 '13 at 09:38
  • mapview activity display with in custom dialog is it possible – NagarjunaReddy May 06 '13 at 09:41
  • Yes, what you do in normal activity in setcontentView to display on screen, RIGHT.. The same logic follow. In here you do the same i.e. **dialog.setContentView(R.layout.custom);** – CRUSADER May 06 '13 at 09:58
  • here iam useing tablet version with multi screen so dialog not good to show in my tablet version.... – NagarjunaReddy May 06 '13 at 10:08