OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Volley
(Results
1 - 2
of
2
) sorted by null
/external/volley/
README.md
0
###
Volley
3
Volley
is an HTTP library that makes networking for Android apps easier and, most
6
For more information about
Volley
and how to use it, visit the [Android developer training
7
page](https://developer.android.com/training/
volley
/index.html).
/external/volley/src/main/java/com/android/volley/toolbox/
Volley.java
17
package com.android.
volley
.toolbox;
24
import com.android.
volley
.Network;
25
import com.android.
volley
.RequestQueue;
28
public class
Volley
{
31
private static final String DEFAULT_CACHE_DIR = "
volley
";
50
String userAgent = "
volley
/0";
77
* on Apache HTTP. This method may be removed in a future release of
Volley
.
Completed in 102 milliseconds