mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 04:27:02 +05:30
app: add user avatars to items
Uses Chris Banes' amazing Accompanist library to interface with Coil and load images with minimum hassle. The resultant UI has been made to loosely resemble https://lobste.rs since our end goal is to fully match the website. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
cc73774085
commit
7da14338f9
4 changed files with 26 additions and 5 deletions
|
@ -84,6 +84,7 @@ dependencies {
|
|||
implementation "androidx.ui:ui-tooling:$compose_version"
|
||||
implementation "com.google.android.material:material:$material_version"
|
||||
implementation "com.google.dagger:hilt-android:$hilt_dagger_version"
|
||||
implementation "dev.chrisbanes.accompanist:accompanist-coil:$accompanist_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
implementation "saschpe.android:customtabs:$customtabs_version"
|
||||
androidTestImplementation "com.google.dagger:hilt-android-testing:$hilt_dagger_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue