parin9097
parin9097
date.setDateRange(YEAR, MONTH, DAY, YEAR + 1, MONTH, DAY); on this line i am getting this error, "The method setDateRange(int, int, int, int, int, int) is undefined for the type DatePickerDialog"...
package main.java.me.xiaopan.android.pagerslidingtabstrip.sample; import java.util.ArrayList; import java.util.List; import java.util.Random; import main.java.me.xiaopan.android.pagerslidingtabstrip.PagerSlidingTabStrip; import main.java.me.xiaopan.android.pagerslidingtabstrip.R; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.view.Menu;...
And xml file is exactly same as per you documentation of the library in github.
I can't speak actually i translate the language in translator.
The code above is my app source code and all other are class files like Colors.java and ViewPagerAdapter file and the package with this main.java.me.xiaopan.android.pagerslidingtabstrip and in this package PagerSlidingTabStrip.java...
Hello , i solved the previous issue but now i stuck in other problem. how can i get the click of particular tab and as per the click i can...
Thank you.it works fine.now how can i work with it like tabs . like opening a new activity like we can click on tabs
"https://play.google.com/store/apps/details?id=com.myntra.android". This is the link of myntra application. i want to achieve exactly same as per this app. thing which can be done on click of tabs.i want to implement...
Yes exactly i want to achieve this thing.  On click of these tabs i want to open their layouts in viewpager. Thanks.
yes i know that but how can i set my layout in viewpager and can flip the layouts in viewpager