Muhammad Abdullah
Results
2
comments of
Muhammad Abdullah
Try viewpager.setCurrentItem() in thread because this helped for me: Thread td = new Thread() { @Override public void run() { super.run(); try { sleep(500); } catch (Exception e) { e.printStackTrace();...
I have also the same issue