Skip to content
/ volley Public
forked from luigi-agosti/volley

Temporary mavenized duplicate of android volley project

Notifications You must be signed in to change notification settings

sebby32/volley

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volley android project mavenized

You don’t know what is Volley

Watch this video

Please note this is NOT the official volley project, it is just a restructure of the official one that uses maven.

Want to use the real one ?


git clone https://android.googlesource.com/platform/frameworks/volley

How to use it

Clone it and run mvn clean install.
The build runs instrumentation tests by default, you need to have a device attached… you can of course set up an emulator to start before the tests.

It will install locally the jar that you can then use in your pom with this dependency tag


<groupId>com.android</groupId>
<artifactId>volley</artifactId>
<version>1.0-SNAPSHOT</version>

Project future

I will delete the project as soon as a better and official way to share the library is available. If you know please let me know :)

About

Temporary mavenized duplicate of android volley project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published