Skip to main content

All Questions

Tagged with
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 ...
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.
0 votes
5 answers
451 views

image gallery with gridview in android

hi i create a image gallery with grid View from This Tutorial http://www.androidhive.info/2012/02/android-gridview-layout-tutorial/ i add 70 image to ImageAdapter.java and run app and force ...
-1 votes
1 answer
131 views

Add images selected from gallery or captured from camera into a gridview in another activity

I have an activity with a capture button this catpture button when clicked ,it prompts the user with an alert dialog asking to choose between gallery and camera after making the decision and capturing ...
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 ...
0 votes
1 answer
34 views

How to parse ImageAdapter in GridView in another class?

I have a little problem, which I'm sure is easily resolvable, but I'm struggling. I need to parse resources from ImageAdapter class to my Gallery class. ImageAdapter: package rs.srecnaplaneta.www....
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 ...
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 ...
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 ...
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 ...
0 votes
1 answer
745 views

Check/uncheck checkbox on ImageView click GridView gallery Android

Hello I build gridView gallery inside Dialog. I display some photos with checkboxes. Now I want check/uncheck checkbox after imageView click. For now it only checks when I click exactly on it. here ...
0 votes
1 answer
1k views

GridView Gallery inside Dialog Android

Hello I want to build simple Gallery by using GridView. I want to place it inside Dialog. I wrote some code but all it doesn't work. I get error that adapter is empty. How should it looks like ? For ...
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 ...
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 ...
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 ...

15 30 50 per page