0
votes
1answer
417 views

Android custom gallery or something simmilar

I have a small and simple question. I need to have a widget in my app that is similar to listview, or image gallery I don't know. So this is my question how can I do something like this in my app? ...
3
votes
0answers
975 views

Android: which one is better, viewpager, gallery, horizontal scroll view … or?

I have a fragment and would like to add a gallery to it, but i saw that gallery was deprecated..... To be more specific, I would actually like to have a horizontal list view, as i would like to ...
1
vote
1answer
349 views

Gallery View inside scroll view not working.

I'm using gallery view inside scoll view but gallery view not working properly. My custom GalleryView <com.divum.Adapter.CustomGallery android:id="@+id/gallery" android:layout_width="fill_parent" ...
4
votes
2answers
399 views

Image Gallery like the one on Google Play? (with viewing the next image)

I have tried to implement an image gallery like the one on Google Play store, where the next image is visible: I have tried different approaches for this but hit a dead end for each one: 1. Using a ...
1
vote
1answer
806 views

Gallery inside a ScrollView - vertical scrolling doesn't work

There were some questions about ScrollViews inside Gallery etc., however I have something exactly opposite here and I can't find any solution. The problem: I have multiple Galleries in one ...