Actually the main purpose of the RecyclerView
is to compensate for ListView
and ScrollView
. Instead of doing what you're actually doing: Having a RecyclerView
in a ScrollView
, I would suggest having only a RecyclerView
that can handle many types of children.