Top "Android-gridview" questions

GridView is a subclass of AdapterView that displays items in a two-dimensional, scrollable grid.

implement AsyncTask in Fragment android

I've an activity which output json data from as a list. But now I want to implement it in a …

android android-fragments android-asynctask gson android-gridview
GridView rows overlapping: how to make row height fit the tallest item?

Like this previous person, I have unwanted overlap between GridView items: Notice the text, in every column except the rightmost …

android android-layout android-gridview
RecyclerView Item Click Listener the Right Way

I use RecyclerView adapter to display data inside an activity, I want to implement onClickListener inside the activity, currently, I …

java android android-recyclerview android-gridview
how to access to a specific element of every grid view item

I have a gridview in which there are two elements in each of its items, the first is an image …

android android-gridview
Android: BaseAdapter and getLayoutInflater on separate class file

Right now to populate my GridViews I'm using a extended BaseAdapter class on each of my Android Activities (which are …

android android-gridview baseadapter
java.lang.illegalstateexception could not find a method (view) in the activity class android fragment

in my program, i am using a gridview with some images, i want to show a menu when user tapped …

android android-gridview
Can a GridView have a footer and header just like ListView?

A quick question: In ListView I use this code: list.addHeaderView(headerView); How to deal with it when working on …

android android-gridview
How to remove the space between rows of grid view in android

In android grid view there is extra space between the rows of grid view. I am not adding any space …

android android-gridview
Android - Images from Assets folder in a GridView

I have been working on creating a Grid View of images, with images being present in the Assets folder. Opening …

android image android-gridview
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 …

android android-gridview android-tablelayout android-gridlayout