-
Hello
I have download latest version of library in eclipse. when I try to run below code on emulator with API level 10 its crashed with below error.
`showcaseView = new ShowcaseView.Builder(this).se…
-
My Glide version is 3.6.1, load line is:
``` java
Glide.with(mActivity)
.load(new File(item.getPath()))
.asBitmap()
.placeholder(R.drawable.default_picture)
.centerCrop()
.in…
-
A common use case for apps is to have a Location Picker over a map and while the TestApp has the basics of this already in the `GeocoderActivity` it can be enhanced to mirror the functionality that tr…
-
I have problem and why the error view is only can be TextView.
-
I am trying to call the following overload:
```
static ofObject(target: any, propertyName: string, evaluator: android.animation.ITypeEvaluator, values: native.Array): android.animation.ObjectAnimator…
-
java.lang.NullPointerException
at com.nineoldandroids.animation.PropertyValuesHolder.setupSetterAndGetter(PropertyValuesHolder.java:523)
at com.nineoldandroids.animation.Obj…
petma updated
9 years ago
-
I noticed that the README indicates that this library requires ICS+ at compile time, but is it supposed to be compatible with older devices?
I just tried out the CalendarDatePickerDialog on an Androi…
-
Hi,
Great project just like your name :). Sorry to trouble you for a moment. I met a problem when I set `hideArrow="true"` in my xml files as the following seen:
```
```
When **I clicked…
-
java.lang.NullPointerException
at android.animation.PropertyValuesHolder.setupSetterAndGetter(PropertyValuesHolder.java:505)
at android.animation.ObjectAnimator.initAnimation(O…
Lir10 updated
9 years ago
-
If you use nineoldandroids instead of native v11 translation and ObjectAnimator API, the library will become compatible with at least v7 Android API