Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Don't embed a scrollable container within another scrollable container, Resolves #239 #240

Merged
merged 1 commit into from
Dec 26, 2016

Conversation

ryanwarsaw
Copy link
Contributor

We currently embed a ListView within a ScrollView this is not optimal since both view containers have their own handlers for scrolling. Additionally, it's bad for performance as it forces the ListView to load all of it's contents, instead of functioning properly and efficiently.

See: https://developer.android.com/reference/android/widget/ScrollView.html

Closes: #239

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

Successfully merging this pull request may close these issues.

1 participant