I created an android application, I have a BaseActivity this extends AppCompatActivity Activity and also I have other activity that all extends BaseActivity. My problem is to just one time create headerbar to admin as like toolbar but just one time call this headerbar in baseactivity and show in all other activity. I use toolbar but you must implement and set in all activity.
Because when I login in app I want to name and photo show all activity but just only set image and photo and also bar in baseactivity. Its possible ?