-
Example:
In your code, if i change the populate from 100 to 5, collapse animation get slowed for what reason?
Edit: Wait... I don't know why (yet) but only happens if my context it's a FragmentActiv…
-
Hi,
sometimes I got a null pointer exception at line 298 in AbstractSlideExpandableListAdapter.writeBitSet, immediately after rotating or waking up from sleep mode.
Here is the stacktrace:
```
java.…
-
I'm unable to use the ExpandableListView as a replacement of the regularly ListView in the layout. I tried to modify the SliderItem class. But I think I will break a lot of functions if I change that …
-
-
1. This problem happens 2 out of 3 times at any time the next/previous button is clicked, I can't find the actual reason for this.
2. I tried:
- "Delete Volume" then Refresh List then Redownloaded …
-
Given our "heart-attack" approach to the software dev side of the project, our code base has gotten slightly hacky and diffuse. It'd be great to clean things up a bit before Friday: remove debug Syste…
hwray updated
10 years ago
-
java.lang.IndexOutOfBoundsException: Invalid index 3, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
at java.util.ArrayList.get(ArrayList.java:304)
at …
-
java.lang.IndexOutOfBoundsException: Invalid index 4, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
at java.util.ArrayList.get(ArrayList.java:304)
at …
-
observed with v1.6.8, using ActionBarSherlock
If ExpandableListView has context menu defined with `list.setOnCreateContextMenuListener(listener)`, it won't be shown in Android 2.x devices because `Co…
-
``` java
@InjectView(R.id.call) TextView call;
@InjectView(R.id.call) OnClickListener callClickListener = new OnClickListener() { };
@InjectView(R.id.thing) OnDragListener thingDragListener = new OnDr…