filmov
tv
Kotlin android development tutorial - Adding RecyclerView

Показать описание
In this Kotlin android development tutorial we will be creating a RecyclerView to be added to the DialogFragment.
The intention of using a RecyclerView instead of a ListView is so we can add the favicon image along side the webpage title.
In this tutorial we will cover:
- Creating a layout to host the views to be added to the RecyclerView Adapter ViewHolder
- Implementing the RecyclerView adapters
- Modifying the Interface to support RecyclerView adapter selection
- Creating the RecyclerView inside the Dialog
- Adding the RecyclerView to the AlertDialog builder
- Passing the RecyclerView adapter selection from the main activity
Disclaimer - The only support provided on this channel which includes questions, will be submission of suspect bugs that are reproducible on android Nexus hardware on the github code base.
For much more information checkout
The intention of using a RecyclerView instead of a ListView is so we can add the favicon image along side the webpage title.
In this tutorial we will cover:
- Creating a layout to host the views to be added to the RecyclerView Adapter ViewHolder
- Implementing the RecyclerView adapters
- Modifying the Interface to support RecyclerView adapter selection
- Creating the RecyclerView inside the Dialog
- Adding the RecyclerView to the AlertDialog builder
- Passing the RecyclerView adapter selection from the main activity
Disclaimer - The only support provided on this channel which includes questions, will be submission of suspect bugs that are reproducible on android Nexus hardware on the github code base.
For much more information checkout