Skip to main content

All Questions

Tagged with
7 votes
1 answer
3k views

How to implement custom device photos gallery for android?

I'm working on android application that will have basic image gallery functionality included. I've managed to build activity that fetches list of photos from my application backend API and render them ...
Borivojević'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
4 votes
1 answer
2k views

Bidircetional scroll for Android

This is more of a mass answer than a question, I just don't know how to post it as such, moderators if you could inform me if there even is such a thing. This question was asked to death, and then I ...
ahodder's user avatar
  • 11.4k
3 votes
4 answers
757 views

GridView Gallery | Images separated by header

I build app with gridView gallery inside dialog. All gallery works good but now I want separate some photos from another (need to create some kind of headers). For example I have on my SD card folder ...
user avatar
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
3 answers
12k views

Get Images and Videos from Android Phone into Custom Gallery

I'm trying to create a custom gallery that allows users to pick from all the photos and videos contained on their Android device. I know how to create a gallery of just photos and just videos, but if ...
scientiffic's user avatar
  • 9,255
2 votes
1 answer
932 views

how to drop an image from gallery view to gridview

Can anyone tell me the way how to drag a image form gallery view and drop that in a grid view in android. Is that possible. My requirement is, I have an image and I break them in to some pieces, by ...
user3285681's user avatar
2 votes
5 answers
25k views

Flutter How to show gallery images in grid view

I tried everything to show gallery images in grid view in a flutter. But I couldn't find any appropriate method.
Zain Abedien's user avatar
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
2 answers
207 views

getView method add text below image

I want to add a text below every image, that's my actual code: @Override public View getView(int position, View convertView, ViewGroup parent) { ImageView imageView = new ImageView(mContext); ...
Dom9301's user avatar
  • 41
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
1 vote
1 answer
826 views

I want to create an Android Gallery with different size columns

I want to create a Photo Gallery with two columns, like shown in the image here The image must be subsampled and also keep her aspect ratio. This is the custom transformation that subsamples the ...
James Oanta'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

15 30 50 per page