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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -