Skip to content

Instantly share code, notes, and snippets.

@haerulmuttaqin
Last active February 24, 2023 06:04
Show Gist options
  • Select an option

  • Save haerulmuttaqin/e853cdfa7bd8c7330cc13b3ddd456574 to your computer and use it in GitHub Desktop.

Select an option

Save haerulmuttaqin/e853cdfa7bd8c7330cc13b3ddd456574 to your computer and use it in GitHub Desktop.
News App - dependencies
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
//Image
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
//Network
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
//Times Formater
implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
@NeranjanMe
Copy link
Copy Markdown

Thank You

@phamhuuhoang99
Copy link
Copy Markdown

thanks very much!!

@piyushdahiya1218
Copy link
Copy Markdown

What if don't want image in my app. Do i still have to include these lines?

//Image
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'

@Ivoiran2014
Copy link
Copy Markdown

Thanks.

@NikkCse
Copy link
Copy Markdown

NikkCse commented Aug 22, 2020

implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'

@Jemistu
Copy link
Copy Markdown

Jemistu commented Feb 24, 2023

implementation is not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment