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

E/UncaughtException: java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/~~vInwjvUpOScgFfsWB-7qEA==/example.com.dearst--mqEUkV1NKTXqxq3GwW00Q==/base.apk) Please give the solution @mzelzoghbi @HendAlQett

Version upgrades, code refactoring & clean-up and other changes.

This is the part of GridImagesAdapter downloaded when I implemented Gallery, Which is different when I view it on github. Please Help public void onBindViewHolder(ImageViewHolder holder, final int position) {...

Hello, I'm using the ZGallery library on android 4.4.2 and I haven't had any problems. But when I installed the app on android 9 the images were not loaded. The...

when pressing back from gallery it shows white blank screen i have tried Clear top but nothing works.. Please provide the solution asap..

I have used this library for my project as it feeds all my requirements. Shall I mention this library anywhere apart from the code? Shall I face any legal issues...

Image is showing finely in the grid but whenever i click any of the populated images in the grid, the activity crashes showing error `java.lang.NullPointerException: Attempt to invoke interface method...

FATAL EXCEPTION: main Process: com.yash.yps.kvls, PID: 18673 java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/com.yash.yps.kvls-1/base.apk:classes2.dex) at com.mzelzoghbi.zgallery.adapters.GridImagesAdapter.onBindViewHolder(GridImagesAdapter.java:39) at com.mzelzoghbi.zgallery.adapters.GridImagesAdapter.onBindViewHolder(GridImagesAdapter.java:19) at...

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.Toolbar.setVisibility(int)' on a null object reference

bug