android - How can we call another activity by using fragment tabs? -
i using fragment tabs, , use listfragment in tab,i want go acitivity on item clicklistner, using below code:
activity activity = getactivity(); intent = new intent(activity, motherboard.class); startactivity(i); it going activity not showing tabbars. want if activity call tabbar remain infront. please me out.
hope might helps you
http://wptrafficanalyzer.in/blog/creating-navigation-tabs-using-tabhost-and-fragments-in-android/
and support in versions can use action bar sherlock library provided in tutorial.
Comments
Post a Comment