I have to create a listview in which there will be a date as header , then some list stuffs of daily views and at footer there will be total views of particular date.
Like this:
Date:dd/mm/yyyy
type 1 : 5
type 2 : 4
type 3 : 1
. . .
Today's total types: 10..
Here everything will be fetched from the sqlite database so please kindly suggest me something related to this.
Thanks in advance.