Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 705 Bytes

ListHeroes

#This is application for find you favorite heroe, anti-heroe or bad guy. You can find for both DC and marvel

Implement to build.gradle: #retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

#picasso implementation 'com.squareup.picasso:picasso:2.8'

#Charts - RADAR implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' ##################################################################################################

Remember put in to build.gradle, compileSdk 33, minSdk 21 and targetSdk 33

##################################################################################################