Ryan Jones
Ryan Jones
iOS support would be awesome and a requirement for my project. Is this on your near term radar, or any idea how far down the road this is?
@artob Any idea how much effort the development would be for iOS support by wrapping FMDB? I've never developed a plugin, and I'm not familiar with FMDB.
In combination with my fix for issue #34 , I accomplished the accordion by updating my activity as follows: ``` private int mLastExpandedGrp = -1; ... mGrpListView.setOnGroupClickListener(new OnGroupClickListener() { @Override...
@nomyzs Seems you are right. Testing on Lollipop, I changed to this condition at the beginning of expandGroupWithAnimation(): ``` if (lastGroup && Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) { return expandGroup(groupPos, true); }...
Hello, I sent you an email. Let me know if you still need to discuss.