Skip to main content

All Questions

Tagged with
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