Questions tagged [galleryview]

103 questions
2
votes
1 answer

adding text below image in coverflow in android

I am developing an android application Tft. I had downloaded coverflow example from this URL: Android Coverflow Widget I want to place text below all the image in that list. How can i do this?
Tushar
  • 5,907
  • 15
  • 49
  • 81
2
votes
2 answers

Android: How to tell which item has landed in the center after scrolling a Gallery View

I am looking for a way to tell which item in a Gallery View has landed in the center after scrolling the Gallery left or right. At the moment I can only get a response when clicking one of the Gallery items, which of course brings it to center. …
Ribs
  • 1,449
  • 2
  • 13
  • 27
2
votes
1 answer

jQuery GalleryView Wordpress Plugin is giving me "is not a function" error

I'm attempting to use NextGen Gallery plugin with the new jquery slideshow plugin GalleryView. These are supposed to work lovely together. NGG works on my site if I just go with the default Flash player but that's not going to work for me. So I…
rafi
  • 43
  • 1
  • 7
2
votes
3 answers

Robotium : I want to scroll left on my Home screen top gallery section

Please look into the source code below : public void test_Horizontalscroll() throws Exception { solo.sleep(3000); Gallery feature= (Gallery) solo.getView(R.id.featured_gallery); solo.clickOnView(feature); …
user1664899
  • 327
  • 2
  • 4
  • 15
2
votes
2 answers

GalleryView Item Change Listener

I want to detect the gallery view slide to next item in Android like if gallery view current index is 0 if slide the gallery view to next image i want to detect this event item change listener on slide event in android!I have no idea for this…
Stack Overflow User
  • 4,052
  • 6
  • 29
  • 47
1
vote
1 answer

Android gallery dynamically resize height

I want to make horizontal gallery to perform custom views: for example a want to have an array of products with its' description, price and photo, I build custom layout and override getView and adapter. Description text can be too large and I return…
dilix
  • 3,761
  • 3
  • 31
  • 55
1
vote
0 answers

Retrieving a bunch of videos from the remote xml file

I am having a button.OnClick of it I want to display a gallery consisting of videos and I want to play them when I click the gallery items consisting of these videos. I am having a rough idea that the following code will do the trick and its better…
Jack Dsilva
  • 1,504
  • 3
  • 24
  • 44
1
vote
2 answers

How do I automatically refresh a GalleryView from a handler called by doInBackground?

I am trying to refresh a GalleryView with new items by adding the items to the Adapter and doing the following inside the handler which is called from inside doInBackground method of AsyncTask. private final Handler handler = new Handler() { …
Abhishek Sharma
  • 609
  • 1
  • 11
  • 22
1
vote
1 answer

Create android gallery view in java file

I am comfortable with creating the gallery in the xml and then using it in the java file. However, I am trying to create a new gallery view in the java file. Reasoning is I am not sure at launch how many gallery views I would need and would like to…
Andrew
  • 830
  • 3
  • 10
  • 27
1
vote
1 answer

drag and drop images from GalleryView widget

I have a GalleryView widget in my application that displays over 100 images. I would like to add the drag and drop feature by which users can long press on any of the 100 images, and pull them down to a tray at the bottom of the display. I need…
Abhishek Sharma
  • 609
  • 1
  • 11
  • 22
1
vote
1 answer

highlight selected GalleryView item

I have a GalleryView which displays 100s of pictures at all times. The central picture (by default on application load or when user clicks on another picture in the horz. scroll list) is displayed in the larger space below in an ImageView. I would…
Abhishek Sharma
  • 609
  • 1
  • 11
  • 22
1
vote
1 answer

How to build People photo gallery with messy style / disorder style thumnail

I want to create a photo gallery like http://mormon.org/people/find/ . I want the messy style. could someone give me some idea any framework and plugin can do the job?
George Zhang
  • 371
  • 1
  • 2
  • 9
1
vote
0 answers

LazyVGrid miss handles the tap

I am using the LazyVGrid in my app and a faced such problem There are two columns in the grid and that is handling the tap in the wrong place On the screenshot, red arrows - places of the click I used to think that would open the MacBookAir's card,…
Daniel Pustotin
  • 237
  • 1
  • 9
1
vote
1 answer

Fetching Remote Images Asynchrounously for an ImageAdapter

I have an Android Gallery ImageAdapter implementation for getView() that looks as follows: public View getView(int arg0, View arg1, ViewGroup arg2) { String strURL = "http://app1.exactdev.co.za/android/celebs/celeb" + (arg0+1) + ".jpg"; …
n4rzul
  • 4,059
  • 7
  • 45
  • 64
1
vote
0 answers

Images in a GalleryView are being clipped at the top and bottom

I have a GalleryView (set to View.GONE) that is being filled with images that are different shapes and a small variety of different sizes (within a reasonable range, so they can all be scaled the same amount with no problems), which is fine. Then I…
AlbeyAmakiir
  • 2,217
  • 6
  • 25
  • 48