0

I have used activity to display 3 tabs using tab host but i now want to use FRAGMENT to display the tabs, instead of the activity so i want the equivalent code for using tab host in fragment.

Pdee As-Diddy
  • 147
  • 2
  • 14
  • go to this:[http://stackoverflow.com/questions/17227855/tabhost-with-fragments-and-fragmentactivity](http://stackoverflow.com/questions/17227855/tabhost-with-fragments-and-fragmentactivity) – M D Feb 18 '14 at 03:42

1 Answers1

0

Refer to this tutorial http://android.codeandmagic.org/android-tabs-with-fragments/

Hope it helps

youssefhassan
  • 1,067
  • 2
  • 11
  • 17