Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

效率问题 #10

Open
appledong opened this issue Jul 30, 2015 · 4 comments
Open

效率问题 #10

appledong opened this issue Jul 30, 2015 · 4 comments

Comments

@appledong
Copy link

批量加载数据的话会不会出现效率问题?

@frankiesardo
Copy link
Owner

Please rephrase your issue in English

@imliujun
Copy link

imliujun commented Dec 5, 2015

He said that bulk loading data will not be efficiency problem?

@miroslavign
Copy link

I am observing efficiency problems when loading say 500 elements. This list is in one of 5 fragments, and when opening the fragment with this list, I see some serious memory allocations, as well as unresponsive (a second or two, depending on number of items) UI.
I am using content providers to feed data, and it all works ok, when using a regular ListView.

@ajans
Copy link

ajans commented Oct 24, 2016

@frankiesardo correct me if I am wrong, but I guess, the LinearListView component doesn't recycle list-itemviews by design, as RecyclerView or ListView does. So it is bound to have performance issues with many list-items put into the adapter as those views are all created at instance-creation time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants