Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Volleyer project is moved to a front of the list of readme.md.
And some links are fixed.
  • Loading branch information
ncoolz committed Oct 6, 2014
1 parent ebec221 commit dd20f1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -6,10 +6,10 @@ It provides useful classes such as various requests, disk caches, memory caches,

Volley Extensions has been divided into following pluggable sub-projects.

- [Volley requests](./volley-requests) : Contains Request classes that parses json and xml using Jackson library and Simple xml library.
- [Volley caches](./volley-caches) : Contains improved DiskBasedCache and capable AUIL Cache for use in Volley.
- [Volley custom views](./volley-views) : Added user interaction capabilities to NetworkImageView.
- [Volleyer](./volleyer) : Volleyer provides a very simple and much improved interface for developers to work with while using Volley. Also includes branch new features previously not in Volley.
- [Volleyer](https://github.com/naver/volley-extensions/tree/master/volleyer) : Volleyer provides a very simple and much improved interface for developers to work with while using Volley. Also includes branch new features previously not in Volley.
- [Volley requests](https://github.com/naver/volley-extensions/tree/master/volley-requests) : Contains Request classes that parses json and xml using Jackson library and Simple xml library.
- [Volley caches](https://github.com/naver/volley-extensions/tree/master/volley-caches) : Contains improved DiskBasedCache and capable AUIL Cache for use in Volley.
- [Volley custom views](https://github.com/naver/volley-extensions/tree/master/volley-views) : Added user interaction capabilities to NetworkImageView.

Each sub-project includes guides and samples for installation/development.

Expand Down

0 comments on commit dd20f1c

Please sign in to comment.