Skip to main content

One post tagged with "Todo List"

The 'Todo List' tag on our blog features a collection of articles and tutorials focused on helping you create, manage, and optimize your todo lists.

View All Tags

Building a Todo List App with Kotlin and Room Database

· 12 min read
Engineering Team

This tutorial will guide you through the process of building a Todo List app using Kotlin and Room Database. Kotlin is a modern programming language that provides many powerful features and is becoming increasingly popular among software developers. Room Database is a persistence library provided by Android Jetpack that makes it easy to work with SQLite databases in Android applications. By the end of this tutorial, you will have a fully functional Todo List app that allows users to create, read, update, and delete tasks.