ZGallery icon indicating copy to clipboard operation
ZGallery copied to clipboard

Android 3rd party library to make implementing galleries more easier

Results 32 ZGallery issues
Sort by recently updated
recently updated
newest added

admob support every certain number of images scrolled.

it would be nice if there is an option to show image title in gallery...

enhancement

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.

enhancement

Changing intent passing parameters constants to avoid conflicts with user one's.

enhancement

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...

sweep

## 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...

sweep