I use ViewPager using PagerAdapter to display some photo which download from url using ImageDownloader. My ui has picture , three buttons (next,forward and cross). Now problem is that when i swipe image next picture come also display three buttons but i want to invisible these three buttons.When i click on image then will be display these buttons.Same scenario when i click next and forward button next and forward picture display well but i can't invisible buttons. That means when new picture come buttons will be invisible . Buttons will be visible depends on picture click it works fine.