android - Implementing an Action Bar: ABSherlock or ABCompat? -
the application has tabulations , bar custom made (by previous guy) fragments copy cat apple design.
i want move toward android action bar provide android experience , usual behavior.
should implement action bar sherlock or action bar compat?
pro abs:
- lots of documentation
- action bar tabs known (that's need do)
- about holo theme? abs great support it, how perform abcompat?
pro abcompat:
- supported google (better in long run?)
- better connection navigation drawer (but not use one)
- no external dependencies in java build path
what others arguments decide? which 1 should pick ?
from point of view, provided succeed action bar fixed tabs, action bar compatibility best choice (but not much).
thank helping me! (even providing arguments missed)
the main reason made me switch actionbarcompat menu appearence in devices android <= 2.3. actionbarsherlock, menu appears ugly, default menu of device. actionbarcompat, menu appears same way appears when open in devices android >= 4.0 , hardware menu key.
but, aware actionbarcompat has bugs resolved yet. i'm dealing bug:
searchview taking space in new actionbarcompat
update:
another bug:
https://code.google.com/p/android/issues/detail?id=58321&thanks=58321&ts=1375277660
update:
i've created patched version of actionbarcompat solve issue actionmode. see here:
Comments
Post a Comment