1

enter image description herei tried to create a frame layout in tabhost but that didn't work, is it possible to create framelayout, linear layout and absolutelayout in android? How to create this kind of layout in xml. can anyone guide me or give me a link?

user887738
  • 63
  • 1
  • 3
  • 10
  • Don't use `AbsoluteLayout` - ever. It's a bad idea to use absolute positioning when it comes to supporting multiple devices with different screen-specs. And it's deprecated. –  Sep 03 '11 at 09:04
  • You can try this [link](http://developer.android.com/guide/tutorials/views/hello-tabwidget.html) – Uttam Sep 03 '11 at 09:16

1 Answers1

0

Yes it is possible to have a framelayout with a linear layout inside, but I don't see the point using absolutlayout in this context. For the tabhost problem here is a sample code that might help you:

can anyone give sample code for TabHost in Android?

good luck, Arkde

Community
  • 1
  • 1
Aurelian Cotuna
  • 3,076
  • 3
  • 29
  • 49