SathishAndroid

Results 2 comments of SathishAndroid

Hi expand by default is possible. Just add this code from your AbstractSlideExpandableListAdapter.java public AbstractSlideExpandableListAdapter(ListAdapter wrapped) { super(wrapped); lastOpenPosition = 0; openItems.set(lastOpenPosition, true); } If you added this code, then...

Hi, I am using the minSdkVersion is 8 and targetSdkVersion is 19. I checked this project, it not working for all compatible versions.