Skip to main content

All Questions

Tagged with
-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 ...
zyngot's user avatar
  • 293
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
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
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....
Stefan Andjelkovic's user avatar
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 ...
user avatar
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
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 ...
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
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
2 answers
1k views

Setting image Uri in GridView

I'm trying to add an image from your phones gallery into a gridView using its uri. Unfortunately it doesn't do anything and I can't seem to find a way to make it work. My Adapter: public class ...
Dunoo's user avatar
  • 39
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
0 votes
1 answer
133 views

Android GridView Gallery memory overflow

sorry I could not find a working solution yet. Well I guess I have found the memory leakage but could not get around it. If I start my Anadroid-App, the android monitor expands to 150 Mb memory in use....
user3325230'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
966 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

15 30 50 per page