View custom column in android

I want to show a custom graph view with horizontal and vertical scrolling as something like this Listview with bar chart.

columns are not dynamic in the number of events over time. no lines.

how to achieve this view in android?

and also requires a click listener for each element of the graph. any suggestions pls.

+4
source share
1 answer

First, I assume that you use an image for each color rectangle. My suggestion:

  • onClickListener, click.
  • getView , onClickListener .
+1

All Articles