Skip to main content

All Questions

Tagged with
26 questions with no upvoted or accepted answers
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
3 votes
1 answer
5k views

display grid view with different height -- HTML

I want to display images as grid view in an HTML document. Here is the sample image, what an looking for. I want different height for my li tag. Now my HTML takes same height for all li tag . This ...
Arun's user avatar
  • 364
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
2 votes
2 answers
1k views

Load image from grid view and swipe through all images called from parse.com

So I am successfully loading images in my grid view from parse.com, but I am having trouble passing the image to my ImageDetail class, and also I'm trying to load the image in a ViewPager so that I ...
user3881032'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
1 vote
1 answer
63 views

Images appearing haphazardly in gridView while using android studio

I've recently started with android development on Studio, and am trying to build an app where I use the camera to click a pic and display it in the gallery of that app. It's a basic scenario like in ...
Sharmistha Rai's user avatar
1 vote
1 answer
1k views

How to group images in android device according to the folder name?

I am relatively new to android. currently working on an Gallery application. My requirement is to arrange the images in device according to the folder name. I have managed to get all the images in the ...
jsaji's user avatar
  • 920
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
1 vote
0 answers
364 views

Android: User ordering items a Grid (or other component)

I'd like to be able to display a set of image thumbnails and allow the user to long-press, then drag the image to change the order. I've been looking at the events, and I think there's a way to do ...
Kevin Galligan's user avatar
0 votes
1 answer
44 views

Upload selected images from the gallery to a gridview

This application consists of opening the photo gallery and selecting the ones that I require and then uploading them to the gridview of the application, the problem is when I select the images of the ...
Enemig Luiz's user avatar
0 votes
1 answer
78 views

ExpandableHeightGridView alternative (Image + text gallery)

the last following days I was fighting with the mentioned GridView hack. Problem was and still is that it cuts the last row. I couldn't fix it therefore I need a new alternative. What I want to build ...
Aurimas Deimantas's user avatar
0 votes
1 answer
37 views

Adding options to mobile gallery?

Can we add any other extra options like set wallpaper or add any extra button to action bar for mobile gallery programmatically in android. In my application i have a grid View with num of images ...
Deepthi's user avatar
0 votes
1 answer
967 views

Android: How to speed up image loading in GridView even after using ViewHolder

Well, I'm developing a Gallery App for android. However, when I scroll down, the images still take a while to load. Why is that? I'm already loading a scaled down version of the images and using ...
user avatar
0 votes
0 answers
273 views

How to capture image with camera and store it in a seperate folder

scene 1: I am having a task in android to capture image from its camera and store the captured image it in a separate folder, scene1 i am now able to do now(means captured image is storing in my ...
Khatokar Rakshith's user avatar
0 votes
2 answers
574 views

GridView not showing images on the first time

I have a GridView that im using to build a gallery, but im having this problem that the images are not been showing on the first time i call the Gallery Activity, but if i press BackButton and then ...
WitaloBenicio's user avatar

15 30 50 per page