Android ListView and ListActivity Tutorial

http://www.vogella.de/articles/AndroidListView/article.html

The above tutorial assumes you extend ListActivity. If you want to extend activty for some reason, the following code will help.It's less convenient than directly extending ListActivity.


ListView lv = (ListView)findViewById(android.R.id.list);
    lv.setAdapter(...


發佈了82 篇原創文章 · 獲贊 12 · 訪問量 34萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章