What is the correct set of component classes needed to impliment RecyclerView of items that displays list of widgets vertically? code example
Example: how to add recyclerview support in android studio
dependencies {
implementation 'com.android.support:recyclerview-v7:28.0.0'
}