android - Extending BaseAdapter, passing variables -
i'm not understanding how pass variables these adapter classes. of examples i've seen, pass context (activity, usually). how pass variables, data want view display?
baseadapter used connect data source view. each item in row needs connected property of object. take @ blog post - http://dup2.in/2011/08/08/android-custom-listview-baseadapter-tutorial/
the simple listview example having 1 textview in each row corresponds single string element in arraylist.
Comments
Post a Comment