android-gallery
Refresh gallery on Android 7 downwards?
I can use MediaScannerConnection.scanFile() as of SDK 2.2+. After taking an image and saving开发者_如何学Python it on the sd card, how can I trigger scanning of images in SDKs lower than 2.2 (2.1 do[详细]
2023-03-30 15:11 分类:问答Navigate only one View by gesture on Gallery
I have a Gallery that each current item matchs the display dimensions. I want when the user try to \"throw\" the views to any side, instead of the automatic scrolling, I want 开发者_StackOverflow中文版[详细]
2023-03-30 00:52 分类:问答Problem with large views inside gallery
I\'m trying to create an horizontal sliding grid of image. I\'m using a Gallery view with an adapter providing me TableLayouts containing the images view to display. Everything looks fine, but when I[详细]
2023-03-29 00:47 分类:问答Buttons inside ScrollView inside Gallery don’t respond to click
I have a Gallery with ScrollViews as child items. Scroll view can contain text, images and button inside of the scroll area. I need to make sure that the touch events are handled correctly and as expe[详细]
2023-03-28 20:54 分类:问答Android gallery slideshow animation
I\'m developing a gallery app, in this app I\'m displaying images in slideshow using gallery. It\'s working fine, but I want to add some animation. I can apply only one animation with this code but I[详细]
2023-03-28 11:48 分类:问答Android: can i update automatically a GalleryView?
I have a gallery that shows images from the sdcard; i would like to automatically populate it when the user adds new images in sdcard.[详细]
2023-03-28 11:41 分类:问答How to send call for the next , previous View in Gallery android?
I have am using a This LoaderImageViewin a gallery. 1st I show a grid for thumbnail image. When user click on a thumbnail image I get that position and pass to a new activity that show gallery of \"Lo[详细]
2023-03-27 14:04 分类:问答Android: Invoke Gallery via intent and select an Image
using several codes available throughout the site, I built a small application that would invoke Gallery intent and when a image is selected the path is retured.[详细]
2023-03-27 05:38 分类:问答How to change color for item selected in Gallery
I\'ve done a Gallery view composed by just textviews as numbers. By default if I don\'t set any colors the item in the centre is black. I want to change it.[详细]
2023-03-25 06:53 分类:问答Awkward touch event propagation between views
I have a Gallery full of ImageViews, and the ImageViews are pinch-zoomable and translatable. My goal is that once an ImageView can no longer translate to the left/right, the Gallery will scroll. So so[详细]
2023-03-25 06:05 分类:问答