Adapter Methods in Android?

Posted by Praveen Chandrasekaran on Stack Overflow See other posts from Stack Overflow or by Praveen Chandrasekaran
Published on 2010-04-30T16:58:35Z Indexed on 2010/04/30 17:17 UTC
Read the original article Hit count: 217

Filed under:
|
|

i have go through the three methods in Adapters classes.

  1. getView()
  2. newView()
  3. bindView()

what are the difference between those methods? please share some tutorial, sample code or logics to understand this. Thanks. i have to create a listview with the progressive icons. which adapter you suggest me to do that?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview