• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps grappling with Android actionbar fragment tabs

dkg432

Lurker
Hi,

I want to develop an application (in honeycomb) which has three fragment tabs in the action bar: SHARE, HOME, HELPLINE. (This part is done).

When i should click on the fragment SHARE, i should see two buttons: SHARE via EMAIL and SHARE VIA FACEBOOK. when i click on either of the buttons i am directed to either email or facebook respectively.

Can anyone pls help me understand whether i should call an activity from the fragment SHARE. If i call an activity then the actionbar fragment tabs cannot be seen. (1) How else can i let the action bar fragments be visible all the time (i want the actionbar fragments to be visible in the aplication all the time)

(2) Should i call an activity(?? or something else) from the 'share' fragment, which redirects me to the next screen but lets all the three fragments be visible at the top.

Please help me, i have been grapling with this for a week now.
 
Back
Top Bottom