ViewPager + Picasso
I'm creating a Image Slider using Picasso + Viewpager. I am able to swipe the slider base on the image size(counts). But no images has been loaded tho i can swipe the screen. What is wrong with my codes? In my MainActivity, I get the links of my images. then set the adapter Like this. viewPager = (ViewPager)findViewById(R.id.view_pager); viewPagerAdapter = new ViewPagerAdapter(MainActivity.this,IMAGES); viewPager.setAdapter(viewPagerAdapter); IMAGES=Arrays of Links(For images). My ImagePager_layout.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android