Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/android-volleypriorityexample
https://github.com/gfx/android-volleypriorityexample
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfx/android-volleypriorityexample
- Owner: gfx
- Created: 2014-04-21T23:18:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T23:18:37.000Z (over 10 years ago)
- Last Synced: 2023-04-09T21:19:10.707Z (over 1 year ago)
- Language: Java
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project demonstrates request priorities for RequestQueue in Volley.
The output is something like this:
```
04-22 08:17:06.632 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 1
04-22 08:17:06.942 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ IMMEDIATE 2
04-22 08:17:07.403 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ NORMAL 6
04-22 08:17:07.423 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ HIGH 10
04-22 08:17:07.433 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ IMMEDIATE 8
04-22 08:17:07.433 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ HIGH 4
04-22 08:17:07.813 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ NORMAL 12
04-22 08:17:07.813 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 7
04-22 08:17:07.833 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 5
04-22 08:17:07.843 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 3
04-22 08:17:08.214 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 11
04-22 08:17:08.244 9691-9691/com.github.gfx.volleypriorityexample.app D/XXX﹕ LOW 9
```