Skip to content

Spotify Clone App: Lesson 3

Mert Şimşek edited this page Oct 11, 2019 · 4 revisions

Overview

In this lecture, we will

Useful Links

DataBinding Presentation

To enable DataBinding

android {
  ...
  dataBinding{
        enabled = true
  }
}

Dependencies

implementation 'com.squareup.picasso:picasso:2.71828'

Source code

Branch Lesson 3

Lesson Video

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