-
I use NineOldDroids to make my `SmoothProgressBar` fades in/out, by manipulating the alpha property. It works well on recent android devices (sdk>14), but on low sdks (I tested with sdk 7 and 8), the …
-
I am trying to do something like this:
``` java
double[] newCords = newCords(); // not pixels - cords Geolocator-wise
double[] newPixels = mapView.latLngToPixels(newCords[0], newCords[1]);
ObjectAni…
emnl updated
11 years ago
-
W/dalvikvm( 1724): VFY: unable to resolve virtual method 93: Landroid/app/Activity;.getActionBar ()Landroid/app/ActionBar;
W/dalvikvm( 1724): VFY: unable to resolve virtual method 4883: Landroid/view/…
-
I followed the guide at http://robolectric.blogspot.no/2013/02/migrating-to-robolectric-20.html to migrate my tests for https://github.com/blurpy/kouchat-android.
The tests don't compile anymore:
``…
-
Hello!
I'm facing force close on my device which runs android 2.3.4
When I'm launching fragment custom transactions app closes with `Resources$NotFoundException`.
I guess the reason of this is inc…
-
0 down vote favorite
I have a test activity which should do very simple task : inflate the view, and move it on the screen with ObjectAnimator.
This works perfectly with all devices (OS 2.2+ - OS4.…
-
2.0-alpha-2 introduces a regression when shadowing activities.
```
@Test
public void checkForEndGame() {
GridView board = (GridView) act.findViewById(R.id.board);
ShadowActivity shadowActivi…
-
When Using Objectanimators in xml and trying to load via AnimatorInflater.loadAnimator() NumberFormatException occurs (Stacktrace follows).
I tested this bug with an older Samsung GT-B5510 and receiv…
-
03-20 13:11:42.740: E/AndroidRuntime(25146): FATAL EXCEPTION: main
03-20 13:11:42.740: E/AndroidRuntime(25146): java.lang.NullPointerException
03-20 13:11:42.740: E/AndroidRuntime(25146): at com.ac…
-
java.lang.NullPointerException
at android.graphics.Bitmap.copy(Bitmap.java:400)
at com.twotoasters.clusterkraf.sample.ToastedMarkerOptionsChooser.getClusterBitmap(ToastedMarkerOptionsChooser.java:95)
…