Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
2 answers
4k views

How to load image (from sdcard) faster in thumbnail size?

I want to make a grid view to show thumbnail of photos in folder in sdcard. Image resolution is 3264x2448. I use Notras Universal Image Loader lib with config: DisplayImageOptions options = new ...
VAdaihiep's user avatar
  • 521
1 vote
0 answers
334 views

Converting traditional Gallery to GridView on Wallpaper Selector

im trying to figure out how i can make this work. I have perfectly working wallpaper selector, Which loads the wallpaper as a [1]:https://www.dropbox.com/s/phu0a6atue7vlsb/Screenshot_2013-01-03-23-35-...
Jaison Brooks's user avatar
0 votes
1 answer
731 views

GridView with images from XAMPP server

I have to do android app which includes Gallery with GridView and images should be from a XAMPP server ,not from a folder(drawable) like this: public class ImageAdapter extends BaseAdapter implements ...
Sunay Hashimov's user avatar
0 votes
0 answers
244 views

GridView Gallery with images uploaded from XAMPP server

I have to do a GridView Gallery in android xml which is using images from XAMPP server. I have the code for uploading from a file: public class ImageAdapter extends BaseAdapter implements ...
Sunay Hashimov's user avatar
5 votes
0 answers
1k views

Capture or take a photo and putting it in a GridView or in a gallery

I have already written the code to open the Android camera, take a picture and save it to the phone gallery. I want to add each picture I take to a GridView of photos, or to a gallery that I want to ...
Marc's user avatar
  • 49
0 votes
1 answer
1k views

Fragment that Contains Gridview that contains Clickable photos (Gallery like)

What I'm trying to create is a fragment that consist of a GridView that is filled with clickable pictures. I have searched many places.. Normal Grid GridView Frag and somehow trying to work them ...
Jeff Huang's user avatar
2 votes
0 answers
376 views

How can i display galleryview, imageview and gridview in same activity

I have a gallery in my android application when I clicked on gallery item I want to display image and grid view. I done when i have only three images in gallery and in click it displayed correctly. ...
vimalatha's user avatar
0 votes
1 answer
919 views

In gallery item click how can i display image view and grid view?

I have a gallery in my android application when I clicked on gallery item I want to display image and grid view. I done when i have only three images in gallery and in click it displayed correctly. ...
vimalatha's user avatar
0 votes
1 answer
393 views

Add images to grid item from gallery programmatically

I have a grid of 2x5. Each element in the grid contains an image. When I long press on the image, I should be taken to gallery, where I can select a picture there and assign it to this grid item. How ...
Suresh Narasimha's user avatar
0 votes
2 answers
774 views

how to get full screen image?

I have created the grid view and inserted some images in that grid now when i click on the any image it should open as a full screen and now when i slide to right or left the image have to be switched(...
VENKI's user avatar
  • 88
0 votes
1 answer
970 views

how to set video from url in grid view and onclick item it will play video in full screen?

I have an application in which there is video tag onclick on that a new view open in which youtube video from urls are needed to show in grid or galery view. Than on click of video item it will play ...
Khan's user avatar
  • 7,595
0 votes
4 answers
14k views

load Image from specific folder on the sdcard?

I'm attempting to create a gallery/gridview that is loaded with images from a specific folder that resides on an SDCard. The path to the folder is known, ("mnt/sdcard/iWallet/Images") , but in the ...
Selva's user avatar
  • 839
1 vote
1 answer
446 views

Android gallery open in a specific image

Hi developing an image album using the android gallery and gridview tutorials I want when i click an image in the gridview the gallery activity at the position of the clicked image.
Achachi's user avatar
  • 15
0 votes
1 answer
532 views

Gridview with Gallery behavior?

I wanna create a gridview which behave like gallery, i mean when i press down, all the grid move and the highlight stay fix (in the vertical moves), otherwise i want to create a vertical gallery with ...
Vervatovskis's user avatar
  • 2,317
3 votes
0 answers
268 views

strange behaviour with selecting and showing images from sdcard

I have made a simple android application that displays images in a gridview and you can select some images and send them. This is my getView method. public View getView(int position, View ...
Khizar's user avatar
  • 2,298

15 30 50 per page