android - Actionbarsherlock use activities or fragments -


i've been working on school project in course mobile prototype couple of weeks when our mentor said should change our way of navigate in app.

before app started simple menu user chose feature open, different activities, listactivities, mapactivities, activities custom views, ect.

we found actionbarsherlock library make nice tab bar. should change our activities fragments (supportfragments runs 2.3.3) or can keep (normal) activities? if how best show under each tab.

actionbarsherlock have been implemented in our apps start activity , "only" need make navigation existing activities or change them fragments.

do tell if isn't clear have described or need further information.

if wish can use activities actionbarsherlock

it depends on want achieve , use of fragment might making cleaner app.

actionbarsherlock sample: 1° tab bar fragment & viewpager

tab bar fragment


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -