I would like to make an app with 3 GridView. The first is to distribute the content to the other GridView using drang and drop.
Problem: I don't know how to do to exchange the image between the gridViews. I looked for some examples of GridView: DraggableGridView , drag-drop-for-android-gridview, but I couldn't find about exchange the images between the gridViews.
If someone know how to do it, some example or tutorial, help.
Thanks in advance.
Related
I have Bunch of images and their description as shown in the pic below. I have already done the setting up the images inside gridview. Now i want to add tap to show description functionality, I have seen many stackoverflow answers, but didn't find any concrete solution. Please help me...
I am working on an Android application and needs to add HorizontalListView inside ListView. So, the case is, HorizontalListView contains only the images (dynamic) and ListView can contain multiple rows of HorizontalListView. I have succeeded in creating the HorizontalListView but stuck on the part where I need to add dynamic HorizontalListView in the ListView. I tried to google around but couldn't find any help. So, is there any idea or suggestion to do this?
Thanks
You can have a look on this and this. I have used the first one and its working fine.
the past few days I've been searching to find the right solution to what i want to achieve in the following photo.
I read all about Gridview that its not suitable for diffent columns in rows.
There are many posts in here that suggest ways to achieve this , but none provides a certain solution.
Some say to use Listview.
I use a web service to fetch images from a data base, and want there images to be clickable(setOnItemClickListener). The first row has one image , the 2nd 2 images , the 3rd one image and so..
I would appreciate if anyone can provide a good solution to this.
Im attempting to add a scrollable header to a gridview layout in android, Ive tried about everything I could find on the web but I cant get it to work, this type of layout appears in a number of popular apps such as facebook and instagram but Im not able to find any such sample code that would give me an Idea as to how to actually do it, anyone know how this can be achieved? adding the gridview to a scrollview doesnt work either, below are some photos that illustrate what Im trying to achieve.
This is before the scroll:
This is after the scroll:
Do not use a gridview. Instead use a listview which has this header functionality. And in the getView() method of your adapter you will have to return a list item divided into the number of columns you want.
So i want to make a list that has a number of items on the list but when a item is clicked i would like it to expand in the list to revile more information
i have done something similar with java script before but searching google isnt helping me :(
Does any one know a way i can achieve this or will i be stuck using multiple pages.
I think you are looking for Expandable listView. You can check the example here
Hope this may help u..