I want to schedule an action to change automatically my ViewPager pages. I\'ve tried:
@Override public void onCreate(Bundle savedInstanceState) {
The TimerTask will runs on it's own thread ( = not the UI thread).
You can simply call setCurrentItem directly on the main thread using a Handler.