I used below code and it is not render graphical layout. display error as Exception raised during rendering: No tab known for tag null.
Exception raised during rendering: No tab known for tag null
how can i solve
i solve my problem by refering this link
FragmentTabHost - No tab known for tag null
No tab known for tag null its Means tabhost is not initialized yet becouse you are trrying in onCreateView method which is too late
call tabhost in onResume method