Hi friends,
i am using grid view for display images,i want to scroll move automatically,whenever i add another images in gridview,is it possible,please give code for that...
Thanks All
Hi friends,
i am using grid view for display images,i want to scroll move automatically,whenever i add another images in gridview,is it possible,please give code for that...
Thanks All
I think you have to read a little bit more ::
http://developer.android.com/intl/fr/reference/android/widget/AdapterView.html#setSelection(int)
ListView.setSelection(position);
ListView.smoothScrollToPosition(position).
I got result using GridView.setSelection(GridView.getCount())
,so scroll bar automatically move to last element of Grid View