开发者

Problem in ArrayAdapter for Custom ListView

开发者 https://www.devze.com 2023-03-02 08:53 出处:网络
I want to show custom list view. I have implemented like : Ch. 4: ListActivity Extended in Android ListView and ListActivity - Tutorial

I want to show custom list view. I have implemented like : Ch. 4: ListActivity Extended in Android ListView and ListActivity - Tutorial

Is there any way to show list without passing whole String[] name. I want to pass only few names (5 to 6 names) which are on the screen and pass other names dynamically when scrolling the screen ?

Is it must to give a data set to the ArrayAdapter开发者_JAVA百科 ?


Try an OnScrollListener for dynamically add item when scrolling the screen

0

精彩评论

暂无评论...
验证码 换一张
取 消