rawhasan / compose-exercise-lazy-column-scrolling

Exercise project to display a simple scrollable list using Lazy Column and loading images from internet using Coil.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Exercise: Lazy Column Scrolling

  • Display a simple scrollable list using Lazy Column.
  • Loading images from internet using the Coil library.
  • Applying text and background color.

References:

Dependency & Permission

// Compose Coil
implementation 'io.coil-kt:coil-compose:1.3.0'
<uses-permission android:name="android.permission.INTERNET" />

About

Exercise project to display a simple scrollable list using Lazy Column and loading images from internet using Coil.


Languages

Language:Kotlin 100.0%