How can i create a customized ViewPager ? To instantiate a page in the ViewPager it\'s something like this :
public Object instantiateItem(View c
Subclass the PagerAdapter class and override the corresponding methods.
Actually, if you look at the source code, you can only pass a PagerAdapter object to setAdapter() so the answer is no.