Skip to content

Spotify Clone App: Lesson 6.a

Mert Şimşek edited this page Oct 18, 2019 · 2 revisions

Overview

In this lesson, we will learn

We will learn

  • Insert item into database @Insert
  • Fetch list from database @Query
  • Delete item from database @Query/@Delete
  • Convert entity type. @TypeConverter
  • Versioning Database

Dependencies

implementation "androidx.room:room-runtime:2.2.0"
implementation "androidx.room:room-rxjava2:2.2.0"
kapt "androidx.room:room-compiler:2.2.0"

Source Code

Branch Lesson 6a

Lesson Video

  • Will be available on youtube soon.
Clone this wiki locally