How can we call another activity by using fragment tabs?
问题 I am using fragment with tabs, and i use listfragment in tab,i want to go another acitivity on item clicklistner, i am using below code: Activity activity = getActivity(); Intent i = new Intent(activity, Motherboard.class); startActivity(i); it is going to another activity but it not showing tabbars. I want if any activity call then the tabbar remain infront. Please help me out. 回答1: Hope this might helps you http://wptrafficanalyzer.in/blog/creating-navigation-tabs-using-tabhost-and