I tried this tutorial and it works great, but now I would like to know if it is possible, when opening the application, to go directly to a specific tab and not the first one (at left) by default ?
Ex : I would like the application to open directly on "events" tab :
I searched into the code, but didn't find anything relevant.
Thanks folks
EDIT :
Here is the way :
Just add pager.setCurrentItem(1);
in your MainActivity (the tabs container).