Skip to content

JonathanMoreno14/AndroidVolleyExample

Repository files navigation

Android Volley Example

  • Android Volley Example with Glide and Butterknife dependency libraries

ezgif com-resize 16

Dependencies

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'

Permissions

<uses-permission android:name="android.permission.INTERNET" />

Android Manifest

android:screenOrientation="portrait"

Color

app/res/values/colors.xml

<!--Background Color-->
 <color name="darkBackground">#303030</color>
 <color name="lightDarkCardVBackground">#444444</color>
 <color name="backgroundText">#fff</color>

References

Volley Glide Tutorial

JSON URL

About

Android Volley Example with Glide and Butterknife dependency libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages