As I don’t know how to ask it to google, I’ll try here.
I basically have a listView displayed from an intent. This listView is feeded by a custom BaseAdapter.
This listView is actually a calendar. I want on the opening of the activity having this calendar listView that it has been already scrolled to te current day.
Basically I’m asking how can I pre-scroll a listview to an index of the listView ? Is this possible ? With a function of custom BaseAdapter ?
Thanks.
Use,