- Android Volley Example with Glide and Butterknife dependency libraries
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
<uses-permission android:name="android.permission.INTERNET" />
android:screenOrientation="portrait"
app/res/values/colors.xml
<!--Background Color-->
<color name="darkBackground">#303030</color>
<color name="lightDarkCardVBackground">#444444</color>
<color name="backgroundText">#fff</color>
