ZGallery
ZGallery copied to clipboard
Android 3rd party library to make implementing galleries more easier
admob support every certain number of images scrolled.
How to Clear cached images ? Need call `Glide.get(this.activity).clearDiskCache();` and ` Glide.get(this.activity).clearMemory();` in public Object instantiateItem(ViewGroup container, int position) { View itemView = this.mLayoutInflater.inflate(layout.pager_item, container, false); final ImageView imageView =...
Hi i would like to ask you do you think about adding glide support? And if it is possible to make a form if you don't have time and update...
Adding optional counter in the toolbar of gallery to count the total images and shows the current one.
Changing intent passing parameters constants to avoid conflicts with user one's.
Checklist - [X] `app/build.gradle` > Update the Android Gradle plugin version to the latest stable version. Update the compileSdkVersion and targetSdkVersion to 30 or higher. Update the versions of all...
## Description This PR addresses the compatibility issues with recent Android versions in the ZGallery Android library. The code has been updated to use the latest APIs and handle changes...