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
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
1 answer
773 views

Show images in gridview from both gallery and camera

Hi in my application i have used camera and gallery to get images and show all the images in gridview, successfully i can implementfor camera but when i am using same method for gallery images it ...
Madhu's user avatar
  • 1,800
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 ...
Eli's user avatar
  • 150
0 votes
1 answer
119 views

Android - Sudden crash with very long GridView (1000+ items) Nothing in logcat

My application is a kind of Gallery displaying images from the internet. I implemented a sort of infinite GridView: I load additional items (60) when the user reaches the end of the GridView. And as ...
kalvn's user avatar
  • 404
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
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
0 votes
2 answers
3k views

Delete item from gridview

I know that here are many answers how to delete items, but I can't make it work. It show errors. Can you look? I added in adapter remove(position), but I think it works wrongly. So I want after using ...
Paltroth's user avatar
0 votes
0 answers
179 views

Android: how to populate GridView from read SD Card Folder images?

I have a part of code which search my folders, which have images. Can somebody show me how to add them to GridView and how after using OnItemClickListener to show images in them? public static ...
Paltroth's user avatar
0 votes
2 answers
229 views

How to make a galleryview item fill parent width

I am trying to use a Gallery View (knowing its deprecated) as an horizontal GridView. It's OK, but now i want to make it display only one item at the time, meaning each item fills the width of the ...
Sn00p's user avatar
  • 373
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
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
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
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
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
0 votes
1 answer
963 views

ImageView set image Resource doesn't show wanted image.png

In my gridViewAdapter I set the ImageResource to the .png object but it doesn't show in activity. Here's the adapter's function getView: @Override public View getView(int position, View convertView, ...
Tiny dragons tail's user avatar
0 votes
1 answer
124 views

Context becomes null For griview embedded in a dialog

I am trying to make the Dialog showing Gallery of captured photos but when running on this , Null Exception at gv.setAdapter(new EOrderGalleryAdapter(getApplicationContext(), data)); occurs. Are ...
Jeff Bootsholz's user avatar

15 30 50 per page