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

why i get crash. how to fix this problem. I tried many ways adding toolbar changing style theme and more but still i get this error java.lang.NullPointerException: Attempt to invoke...

Updates in - gradle version - sdk version - build version - glide version

When click on image activity crashes `02-12 17:04:48.202 7382-7382/mn.cdr.du.farnext E/AndroidRuntime: FATAL EXCEPTION: main Process: mn.cdr.du.farnext, PID: 7382 java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference...

Hello, I have the following problem when I open the ZGrid the application opens correctly and displays the images but when I select it it shows the following message >...

Hi, I was looking to load an arraylist of uris with glide but found that in the source file HorizontalListAdapters Glide.with(this.activity).load((String)this.images.get(position)).into(holder.image); The items seem to be stringified here, which is...

How can i get click for image in gallery and i is there any way to set video too

com.mzelzoghbi.zgallery.adapters.HorizontalListAdapters.onBindViewHolder (HorizontalListAdapters.java:40) --   | com.mzelzoghbi.zgallery.adapters.HorizontalListAdapters.onBindViewHolder (HorizontalListAdapters.java:21) com.mzelzoghbi.zgallery.adapters.HorizontalListAdapters.onBindViewHolder (HorizontalListAdapters.java:40) --   | com.mzelzoghbi.zgallery.adapters.HorizontalListAdapters.onBindViewHolder (HorizontalListAdapters.java:21)   | android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder (RecyclerView.java:6673)   | android.support.v7.widget.RecyclerView$Adapter.bindViewHolder (RecyclerView.java:6714)   | android.support.v7.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline (RecyclerView.java:5647)   | android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline (RecyclerView.java:5913)   | android.support.v7.widget.RecyclerView$Recycler.getViewForPosition (RecyclerView.java:5752)   | android.support.v7.widget.RecyclerView$Recycler.getViewForPosition (RecyclerView.java:5748)  ...

ZGridActivity works fine, but when I invoke ZGalleryActivity, I'm getting 'NoClassDefFoundError'. > NOTE: One of my 3rd party libraries implements com.gihub.chrisbanes.PhotoView as this library **Stacktrace:** ``` FATAL EXCEPTION: main Process:...

the method setTitle("toolbar title) is not working for me. Also is it porrible to hide toolbar in the fullscreen gallery builder?