Scott Cooper
Scott Cooper
I'm trying to implement an infinite ViewPager that downloads images and displays each in its own instance of a Fragment I have created, using the CacheableImageView to hold the bitmap...
Hey there, I've been reading the wiki to figure out if this library is right for me. I like the idea of mapping actions into changes and having the UI...
Hey, thanks for the library, it's made developing my app a breeze. I've implemented Kohii and provided my fragment lifecycle so that the when the fragment pauses/resumes the playback is...
You seem to have changed the RelativeLayout to a FrameLayout in the in ExpandableLayout: https://github.com/traex/ExpandableLayout/blob/master/library/src/main/java/com/andexert/expandablelayout/library/ExpandableLayout.java#L65-L70 But you haven't changed the RelativeLayouts in the actual layout file you are inflating, this...
Added support for ExpandableListView Also, I haven't tested this theory but you might be able to remove the need for three separate classes and have one "ExpandableAbsListView" since ExpandingListView, ListView...
I'm trying to display a DialogFragment when the permissions are denied, to let the user know that they need to accept them before they can continue further into the app....