GridView is a subclass of AdapterView that displays items in a two-dimensional, scrollable grid.
0
votes
0answers
7 views
Android Drag and Drop GridView
I am trying to impement Androids drag and drop on my gridview. I set a dragListener for each view in the grid adapter. It works perfectly when the grid isn't long enough to be scrollable or if it is ...
0
votes
0answers
44 views
Android Gridview smoothScroll doesn't work (just bounce from time to time)
I have a GridView in my app with almost ten rows and 10 columns.But the user can see only one row.I have done that by placing an overlay on the GridView Now my GridView is like this figure.When I ...
0
votes
0answers
23 views
Dynamic square in GridView Layout
I want to display some items in a GridView. My app is for tablets and smartphones and I want to display only 1 column on a smartphone but 4 on a tablet. That's no problem but my item should be a ...
0
votes
0answers
30 views
How to make GridView scroll Horizontally and Vertically?
I want to represent a DataBase output to a GridView, the deal is that I want this GridView scroll horizontally and vertically. The reason for that is that I may have a table that has a number of ...
0
votes
2answers
33 views
GridView is giving NullPointerException
I am displaying data in gridview. But it is giving me nullpointerexception. When i do not display data by
oid.setText(sdata.getOid()); then it is giving me values and not any exception.
But when i ...
0
votes
0answers
31 views
Gridview horizontal scroll with variable number of columns
I am having n number of images to be shown in a gridview. Prsently, I'm populating a gridview in an activity with three columns and one row. I provide a separate link to another activity, which ...
2
votes
2answers
81 views
Items inside GridView Getting loaded again when Scroll up and down
I'm using a GridView to show a number of images thumbnails of Images So User can choose any one of them and i will show that image in full screen.
Each item of the grid is consisted by an ImageView ...
0
votes
2answers
26 views
Behavior of GridView in Android
I am having a GridView and added more than 50 images on it and performing delete operation on them.
I observe that what images i am deleting,they are leaving the blank space from top, means other ...
0
votes
1answer
39 views
Out of memory error when nesting gridview inside listview
I'm trying to add a GridView of images (ImageView) for my android application. I've successfully implemented lazy loading and caching of images and all of my high quality images work flawlessly when I ...
6
votes
0answers
31 views
Gridview onScroll method gets called always, without user scroll
I have a customized gridview where i'm checking onScroll method to find the end of the list. If the scroll reaches the end of the list, it will again add few elements in to the list.
...
0
votes
0answers
18 views
Moving an item in android gridview
I have a question about moving an image piece to empty cell in android gridview. I'm doing sliding puzzle in android. I split an image with respect to level(3*3, 4*4, 5*5 etc.) by doing bitmap ...
1
vote
2answers
71 views
Get access of gridview from its adapter- Android
I have a custom gridview with my own adapter.I'm handling gridview button click at adapter's implementation.After pressing the button I want to show a quick actionbar like "confirm" then if the user ...
1
vote
2answers
54 views
Disabling GridView scrolling
I have a GridView of more than 10 rows. That is a reference chart so the user is unable to scroll manually. The GridView should be scroll down in a particular time period. What I have to do for that? ...
0
votes
1answer
43 views
GridView CustomAdapter loads one imagebutton only
I have setup a custom gridView adapter, which looks like this
public class ImageAdapter extends BaseAdapter {
String[] urls = new String[10];
//....some code
class MyTask extends ...
0
votes
2answers
44 views
Refresh GridView contents with custom BaseAdapter
I've tried searching for a solution for this problem for a couple of days and I'm stumped.
Here's what I have so far:
Custom BaseAdapter class:
public static class ImageAdapter extends ...
0
votes
0answers
53 views
Android Gridview-Shrinking another items when selecting one item
I am working on an Android app which have a gridview. The gridview contains a ImageView and a title.That is the gridview is designed for a reference chart so that when a user clicks on the ImageView ...
0
votes
1answer
67 views
Android Gridview-Element position changing Randomly when scrolling
I have a gridview which have 10 rows and 7 columns. The elements in the gridview are not in a unique form that is one row contains 7 element one row has only 4 or 5 elements..etc. Now i have created ...
-2
votes
2answers
71 views
Each row has its own heading in android gridview [closed]
I am developing an app with android gridview. My gridview consists of 10 rows and 7 columns. Actually this is a color chart so each element in the gridview should be of different color. I have created ...
1
vote
5answers
81 views
How to make customAdapter fill gridview height
I am working on Sudoku app. The layout is 9x9 GridView. Each GridView include 9 Textviews by customAdapter. I want to make the 9 TextViews to fill the height of each GridView. How?
This is what I am ...
0
votes
1answer
43 views
Remove selected item from GridView
Is there any way to remove selected item from gridview.
I want to delete the selected item from my gridview.
I did not find any thing . my code is
public class ImageAdapter extends BaseAdapter{
...
1
vote
1answer
57 views
How to add weights to Textview in Gridview programmatically [duplicate]
I have a GirdView of 9 TextViews. I want to make the 9 Textviews to distribute equally in the height and the width. to fit the GridView exactly. How can I do this?
This is how I add Textviews to ...
0
votes
1answer
25 views
using BaseAdapter o back the GridView
I've tried to build my app on top of a opensource project.
The basic function is to use GridView to show a couple of images.
The following is the code snippet. The comment line is the original code. ...
0
votes
0answers
35 views
GridView inside ListView giving OutOfMemoryError
I am creating and gallery in which images are grouped by date. I am using an ListView which has Gridview at each row. When Gridview of a row contains large amount of images about 2000, app crashed ...
0
votes
0answers
32 views
setOnItemClickListener in Gridview does not work
I am working on a Sudoku app. My main Layout is 9 GridView of 9 TextView. I want when the user click on any textView of the 9 in any Gridview of the 9 Gridviews a keyPad pops up to select his number. ...
0
votes
2answers
51 views
Changing adapter values in Gridview cause an exception
I am using a Gridview to show some TextViews in the inside. I have created a clear button that set a new Adapter with empty ArrayList and it works fine. When I tried to perform the same operation in ...
0
votes
0answers
19 views
flip finger load next week view
am using TabActivity. in my tabhost an activityGroup is calling. because under one tab i need to load more than one activity. so i use activityGrop.. my problem is that i need to show a week view in ...
0
votes
1answer
134 views
Custom Dialog Boxes to show image, text and setTitle
I have a little glitch in my program I've been trying to figure out what it is I'm missing. In my .java file, I have a gridview of images where I setOnItemsClickListener on items in the gridview. I ...
0
votes
1answer
17 views
Handle Concurrency for GridView when used in conjunction with AsyncTask
I'm reading chapter processing bitmaps off the UI thread in Android training.
In this chapter, the author talks about handling concurrency for GridView when used in conjunction with AsyncTask:
...
0
votes
2answers
27 views
Center the content of a GridView
My GridView itself is centered but the the content of it is not centered within it. Here is a screen, where the light blue on the bottom and right is the background color I set of the GridView.
You ...
0
votes
1answer
29 views
Easy way to make an ImageView that is underneath a GridView match the GridView's size exactly?
My ImageView is displaying an image of a chess style board for a little game I'm making. It is covered by a GridView that displays the images of my pieces. I have it displaying underneath but it is ...
0
votes
1answer
29 views
Bidirectional scrollable table/grid
I have to create a table of items in an Android Fragment which can exceed both the width and the height, so it would need to be scrolled on both ways. Think of a TV Guide with the hours on the ...
-1
votes
1answer
40 views
how create a week view using GridView similar to google's calendar application [closed]
i need to create a my week view using grid view.. which is similar to google's calendar application.
in google's application when we flip finger on the screen the next week will be loaded.. how this ...
0
votes
1answer
44 views
Android not showing any JPEG images
Android Emulator shows blank screen, images still opens up (assuming that 150,150 pics are there). In another word, my 150,150 thumbs are behind the blank screen
My images are larger than 150*150, I ...
-2
votes
1answer
141 views
Gridview selected item keep highlighted and confirm image
I am developing an android app with GridView. The gridView contains buttons. I have customized my gridView with button adapter.
The question is: I need to keep the selected item highlighted with ...
0
votes
2answers
51 views
Empty gridlines in android gridview?
I want a gridview with empty grid lines as follows
Here is what i got till now, gridview with gridlines in the occupied cells only. I want gridlines in empty cells also. Is this possible?
0
votes
1answer
32 views
How to refresh a GridView after a onItemClickListener modifies data in an int [] from the ImageAdapter class
My GridView is created in my onCreate here:
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
0
votes
1answer
79 views
How do I properly use an setOnItemClickListener?
Lets start with new to android I am.
I have a GridView setup as a grid and I'm using it to represent a board for a little board game app that I'm making. I have setup a "setOnItemClickListener" for ...
0
votes
1answer
34 views
Custom GridAdapter with 2 columns doesn't works
I want to implement a grid Adapter that receives an ArrayList of Element2S, where Element2S is a custom object with two String (Element2S(String a, String b)
The GridAdapter should use the Element2S ...
0
votes
1answer
59 views
Merge rows and columns in android Gridview
I am doing an image viewing page in android.I need to merge rows in some places and merge columns in some places.Can we do it in gridview. If we select any merged image the total imageview should be ...
0
votes
1answer
64 views
How to stop a GridView from cropping my images?
I have a GridView that I have filled with 64 60x60px png's. I want the GridView to display them all as close to a perfect square as I can so I have set the numColumns in the XML to 8 so now I have an ...
-1
votes
1answer
22 views
gridsview not refresh when create new file [closed]
GridView now refresh when create new folder what do i do? how i refresh gridview when create new folder in alert dailog???? im showing my files in gridview also create new file using alert dailog ...
1
vote
3answers
119 views
how to show the videos in grid view using video url string
I have a url string in array. how to display the url of video in gridview and on click the grid plays in next screen.
how to implement this? any one guide me..
Thanks a lot in advance....
I tried ...
1
vote
2answers
101 views
Border Lines for cells in GridLayout, TableLayout, or GridView?
I am trying to create a table/grid for some items within my app and I would like to have a border around each cell to divide the items up and have a coherent association of the setting with the item. ...
0
votes
2answers
54 views
How to modify a View from the MainActivity in another class?
I would like update a GridView that I have created in my MainActivity from another class, in my case, called GameplayController.
Specifically, I am trying to simply insert the ...
0
votes
2answers
46 views
Identifying Selection in Gridview, populated with images Android
I have GridView populated with images of 6 fruits (from drawable-hdpi). like this:
Now on selection, how can I come to know, what fruit the user has selected? Since I'm populating my images from ...
0
votes
0answers
46 views
Refreshing GridView items
I have an android application that has a gridview consisting of the various times in a day. The GridView has 7 columns and about 17 rows. The first row contains the different days in a week, the ...
0
votes
2answers
54 views
onItemClick - Get item at position from GridView with CustomAdapter
I have a gridview that populates a contact's information (an image, name and phonenumber) by using custom adapter. On the click of a particular item, i want to retrieve the contact's information(info ...
0
votes
0answers
77 views
Android Gridview multiple item Mark/unmark and getting values of items [closed]
i am facing a problem in how to get a gridview which have multiple item selection(checkbox like) property, i have tried many of examples which i found related to it but but didn't get a perfect ...
0
votes
0answers
36 views
Fill a GrindView with images taken from Database
i really need your help to solve a problem that might appear stupid for a lot of you.
I need to create a simple Grindview and fill it with images. I tried the sample code provided by the android ...
7
votes
2answers
209 views
Scroll gridview while dragging item (as shadow)
I am developing for api > 14 and I have implemented drag/drop functionality on a GridView.
However, while dragging items to the top or bottom of the screen the GridView does not scroll.
I would ...










