I am creating a new application with min sdk verrsion=15,so i dont wanna use v4 support library.Now in my application i want to use scrolable tabs so for that i wil require view pager.Now in my xml when i am using something like this i get error
XMl code
<android.support.v13.view.ViewPager
android:layout_height="match_parent"
android:layout_width="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android" />
But this code works fine with v4 support library.
- Now why cant i use v13.view.pager????
- And if i use v4.view.pager will it coincide with other fragments as i am not using v4.support.fragments