friends i need your help.Actually i have to show a circle navigation of pages below listview.I have a dynamic listview and i have to show only 10 items of listview in one page.If listview has more than 10 items then it will show the no. of pages according to number of items in the listview.Suppose i have 50 items in listview then it will show 5 pages and below listview will be drawn 5 circle.click on these circles you will navigate from one page to another.I have to implement it.Is anyone have idea about this then please help me.
I am able to divide the number of items in listview.I am doing navigation through next and prev button.But now i need to show this through navigation of circles.Please help me.ANd view i want like this.I have to remove prev and next button.Current time i am doing my next prev click events.