0

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 ?

2
  • Are the names coming from a database query? Commented May 2, 2011 at 11:21
  • No. But if yes then is it anyway? Commented May 2, 2011 at 11:36

1 Answer 1

1

Try an OnScrollListener for dynamically add item when scrolling the screen

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.