• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

BaseAdapter?

Alexsun

Lurker
I dont understand the BaseAdapter very well.
There are some fuctions needed to override.

public int getCount()
public Object getItem(int position)
public long getItemId(int position)
public View getView(int position, View convertView,
ViewGroup parent)

how the system works?
Especially, how the system knows the parameter of position, cuz i never mannually pass this parameter to these functions.

Somebody can explain it?

Thanks very much.
 
Back
Top Bottom