Add list food to Home Fragment

This commit is contained in:
Nezumi
2023-02-11 13:02:00 +07:00
parent ac66307478
commit bbf7dfd68b
15 changed files with 233 additions and 1 deletions
+5
View File
@@ -44,4 +44,9 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.github.denzcoskun:ImageSlideshow:0.1.0'
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.github.smarteist:autoimageslider:1.4.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
}