Skip to content

google/volley

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

[ImageLoader.ImageCache.getBitmap](https://github.com/google/volley/blob/master/core/src/main/java/com/android/volley/toolbox/ImageLoader.java#L74) is `@Nullable`, so the Kotlin code should return `Bitmap?`, not `Bitmap`. Otherwise, the code may fail to compile or crash at runtime due to added safety checks, depending on compiler behavior.
ce90b51

Git stats

Files

Permalink
Failed to load latest commit information.

Volley

Volley is an HTTP library that makes networking for Android apps easier and, most importantly, faster.

For more information about Volley and how to use it, visit the documentation page.