WEB开发网
开发学院手机开发Android 开发 Android UI学习 - ListView 阅读

Android UI学习 - ListView

 2010-07-02 14:54:00 来源:WEB开发网   
核心提示:the view returned by* getView(). This data structures contains references to the views we want to bind data to, thus* avoiding calls to findViewById() every tim
the view returned by

* getView(). This data structures contains references to the views we want to bind data to, thus

* avoiding calls to findViewById() every time getView() is invoked.

另外在以上的例子里面了解到,使用自定义Adapter,当数据发生变化后需要调用notifyDataSetChanged()来刷新ListView,但在List12的例子,使用ArrayAdapter却没有调用这方法,而随后自己写代码,在发生的异常里面了解到BaseAdapter,ArrayAdapter是会调用自己的notifyDataSetChanged()。

ListView的事件响应

通常我们响应ListItem的点击事件:protected void onListItemClick(ListView l, View v, int position, long id) ,在此不详细讲了,理解该函数里面的参数意义就行了。

上一页  1 2 3 4 5 

Tags:Android UI 学习

编辑录入:coldstar [复制链接] [打 印]
赞助商链接