ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

:bridge_at_night: Android image gallery with bottom scroll view

Results 31 ScrollGalleryView issues
Sort by recently updated
recently updated
newest added

Can anyone suggest me, why i'm getting this exception? java.lang.NullPointerException: Attempt to invoke interface method 'void androidx.viewpager.widget.ViewPager$OnPageChangeListener.onPageScrolled(int, float, int)' on a null object reference at com.veinhorn.scrollgalleryview.ScrollGalleryView$5.onPageScrolled(

I use Picasso loader with this library. Here is my code: ScrollGalleryView galleryView = ScrollGalleryView .from(root.findViewById(R.id.galleryView)) .settings(GallerySettings .from(getFragmentManager()) .thumbnailSize(100) .enableZoom(true) .build() ) .add(image("http://pirate-islands.com/wp-content/uploads/2018/07/07_Dom-Fernando-II_01-636x310.jpg")) .build(); When I run this code, I...

Hi, there is a method which I can change the position of the thumbnails? I want to move from the bottom to a side of the screen but I can't....

feature
help wanted

when image is too large, image is shown in zoom mode . The corners of the picture come out of the layout and a cant see the whole of image

bug

Thumbnail improvements: - borders - long click -> open image in new activity - preview - hide thumbnails container (click on image)

feature

How can I set thumbnail direction to rtl? setting "layoutDirection" and "textDirection" attributes to rtl not work...

help wanted

Hey, First: Thanks for your awesome library. It really helps a lot. But I have a strange error and dont know how to handle it. My initialization of the scrollviewGallery...

bug

Do we have any template to work with proguard?

help wanted

08-08 21:18:57.663 26869-26869/com.veinhorn.scrollgalleryview D/MediaPlayer: setDataSource IOException happend : java.io.FileNotFoundException: No content provider: http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4 at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:1117) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:970) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:897) at android.media.MediaPlayer.setDataSource(MediaPlayer.java:1109) at android.widget.VideoView.openVideo(VideoView.java:376) at android.widget.VideoView.access$2100(VideoView.java:73) at android.widget.VideoView$7.surfaceCreated(VideoView.java:657) at android.view.SurfaceView.updateWindow(SurfaceView.java:714) at...

bug

Add several video settings (like option builder class): - Close icon - Autoclose after view - Autostart when select video

feature