android-gallery
Pick image from gallery in fullscreen mode
in my options menu I have a function that can change the applications background. To do this, I start an Activity where the user can pick an image from his gallery.[详细]
2023-02-12 10:01 分类:问答Designing layout in Android with TableLayout and Gallery
I have two ImageViews, one TextView and one Gallery in my app and want my layout as shown below. ............................................-.[详细]
2023-02-10 19:14 分类:问答Working with objects in android
I\'m a flash developer with no previous Java experience, just starting to learn android development.I\'m trying to make a simple kid\'s flash cards app, consisting of a load of images of animals, and[详细]
2023-02-09 21:02 分类:问答Android: How do I place a ScrollView (with text in) into Gallery?
I am going to place text in gallery in android app. The text is in a scroll开发者_运维技巧View. Everything works fine but on draging the text towards right or left, no next page/ element shows (The sc[详细]
2023-02-08 18:28 分类:问答Picking images from gallery (SD Card) on my app… ¿How to allow only max 500kb photos?
WHAT I HAVE DONE NOW: i am picking images on my app with android, and showing them on a ImageView of my layout, and sometimes i got an exception java.lang.OutOfMemoryError: bitmap size exceeds VM bud[详细]
2023-02-07 22:31 分类:问答Exception picking a image from gallery (SD Card) for use on my app... ¿why?
i am picking images on my app with android, and i dont know why, sometimes i got an exception, i think it\'s allways i select a image with more than 400 or 500 kb\'s but i am not sure. Why? because wh[详细]
2023-02-07 05:19 分类:问答Gallery with folder filter
I\'m using f开发者_开发百科ollowing code to open a gallery inside of my app Intent intent = new Intent(Intent.ACTION_GET_CONTENT);[详细]
2023-01-22 03:45 分类:问答How to set images at the ends of Gallery view(right and left)
I need help on placing images(back and forward images) at two ends of my gallery view. I have a gallery to list menus to scroll horizontally, and this gallery is in RelativeLayout how can I get the im[详细]
2023-01-13 04:42 分类:问答Android: Cannot cast from View to Gallery
I\'d like to make a Gallery in android. In order to set the adapter in need to get the gallery which I defined in my xml file. Im doing that as:[详细]
2023-01-06 20:55 分类:问答Touch Scroll on View Flipper in Android?
I have to achieve that the Touch Scroll on the ViewFlipper. For Example. I have two Images. At First, ViewFlipper shows an First Image. Now I Flung the view from right to left. The First Image view Sl[详细]
2023-01-06 06:15 分类:问答