I'm making a new app that has a layout as follows:
LinearLayout1 LinearLayout2
Breadcrumb
Main Content
When user clicks "linear layout2", the screen will slide left until "linear layout1" is hidden. Then a new activity with title is "linear layout2" will be shown.
When user clicks "linear layout1", the screen will slide right until "linear layout2" is hidden. Then a new activity with title is "linear layout2" will be shown.
I do some researches but cannot find a solution. Could you please give me some tips and examples so that I can go ahead?
Thanks