# How To Build A Todo List In Kotlin Part 2: Implementing A RecyclerView

DevFeed: [How To Build A Todo List In Kotlin Part 2: Implementing A RecyclerView](<https://devfeed.tech/articles/how-to-build-a-todo-list-in-kotlin-part-2-implementing-a-recyclerview-22812.md>)

Original publisher: [Read original article](<http://androidessence.com/how-to-build-a-todo-list-in-kotlin-part-2-recyclerview/>)

Author: Adam McNeilly

Published: 2017-05-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Android Essence](<https://devfeed.tech/sources/android-essence.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [App](<https://devfeed.tech/topics/app.md>), [Code](<https://devfeed.tech/topics/code.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [layout](<https://devfeed.tech/tags/layout.md>), [recyclerview](<https://devfeed.tech/tags/recyclerview.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

This tutorial continues a Kotlin and Android Todo List application by defining a task data model, creating a list-item XML layout, and implementing a RecyclerView adapter. It explains binding task data to UI elements, updating task state, integrating the RecyclerView, and verifying that the list appears.

## Source excerpt

Following up on part 2 which demonstrates how to create your Android app and configure Kotlin, we'll begin building the heart and soul of a Todo List application - the list!