开发者

Problem in ArrayAdapter for Custom ListView

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜