+ 1
Slide left for opening sign up activity or fragment
pls anyone tell me how i can put slide function for opening signup activity or fragment in android studio
5 Réponses
+ 2
be sure to use the latest library version: currently 25.3.1
compile 'com.android.support:support-v4:25.3.1'
+ 6
dependencies { compile 'com.android.support:support-v4:22.0.0' }
I hope it works.
+ 1
can u tell me the dependency which i have to add in gradle for using view pager
+ 1
thanx