Skip to main content

All Questions

Tagged with
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
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
1 answer
919 views

In gallery item click how can i display image view and grid view?

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