When I navigate between activities using StartActivity the full screen including the Actionbar gets re drawn. What is the best way to keep the ActionBar on screen at all times and just update the title and menu.
My ActionBar is created in a BaseActivity which is passed in the correct title.
I have read through the documentation and can't find anything. Should I create the axtionbar in a fragment and add thet to the base to keep it from being totally redrawn?
Thanks