android - Will ToolBar work for API level>=14 -


the toolbar class added in android api 21. mean minimum api level required 21. if case how work in lower api's 14. asking question because actionbar.tablistener shown deprecated , alternative suggested toolbar class. targeting api level>=14. toolbar work api>=14.

there 2 implementations of toolbar. one part of android sdk, , available on api level 21+. the other part of the appcompat-v7 library, , works on api level 7+.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -