-
when I use
`compile('com.mikepenz:materialdrawer:5.0.0@aar') {
transitive = true
}`
it seems to conflict with the android.support.design and android.support.v4.
when I use
`compile 'com.…
-
12-17 09:50:04.638 12608-12608/? A/MobUncaughtExceptionHandler: null
java.lang.NullPointerException
at android.animation.AnimatorSet$AnimatorSetListener.onAnimationEnd(AnimatorSet.java:744)
at android…
-
In usual samples, when you have your ViewPager already filled with items, CircleIndicator works correctly, but when Adapter has no items, (in case of loading something from web and populating later on…
-
I am not able to change the white_radius colour in CircleIndicator library . Is it possible ?
-
![shamumra58kzak11042015234939](https://cloud.githubusercontent.com/assets/461114/10960106/c8bec446-834e-11e5-9462-3f6322c783d4.png)
Problem code is here I believe. Looks like `mCurrentSelectedPositi…
-
If I have setup a view pager and added this lib.
then if runtime there is one page added or one item is deleted. this doesn't update.
What i have done is
when my pager is updated. I have call the me…
-
Hello I can compile the project without any problems, however, when I run the application it directly crashes and gives the following exception on Android 4.2 devices.
Btw android 5.0 and above devic…
-
java.lang.NoSuchMethodError: android.support.v4.view.ViewPager.removeOnPageChangeListener
at me.relex.circleindicator.CircleIndicator.setViewPager(CircleIndicator.java:127)
-
viewPager.setCurrentItem(2);
circleIndicator.setViewPager(viewPager);
第0个和第2个的点都是选中状态,即使手动调用下面一句也没有用
// circleIndicator.onPageSelected(currentIndex);
-
I've developed an Android app a couple of months ago using Card.IO. It was working normally but now Card.IO don't work and I can't find where's the problem.
Here's my configuration:
build.gradle (f…