-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 4.4 Compatibility #8
Comments
Hi. |
in this code says :- getLoaderManager() is undefined for the type CustomGalleryActivity |
This code is working for me, thank you yusufsaber and zokipirlo. Perhaps this code should replace the current one. |
This code was not from me. It was originally written by yusufsaber mostly, and zokipirlo. I also changed min sdk to 11 from 7 because the implementation added to this class needs it. You can read about it more here: bhavesh-hirpara#8
Hey guys,
Great work with this library. It uses a method in the CustomGalleryActivity class that is deprecated though. I have fixed this issue in my project and thought you might like to share. The new code is below:
The text was updated successfully, but these errors were encountered: