Note that there are some explanatory texts on larger screens.

plurals
  1. POIssues and contribution for Volley
    primarykey
    data
    text
    <p>Since there was this <a href="https://developers.google.com/events/io/sessions/325304728" rel="noreferrer">awesome presentation on Volley</a> I tried to include it in a project I am working on. I found myself correcting some bugs I found in the <a href="https://android.googlesource.com/platform/frameworks/volley/" rel="noreferrer">source code</a> that was published.</p> <p>Does anybody know if there is gonna be some GitHub project where one could contribute to the project or is there another way to communicate bugs and feature requests to the developer?</p> <p>Regarding the problems I had with Volley:</p> <p>1. It seems that redirection does not work as it should: Volley returns an error code <code>302</code> instead of redirecting to the location given in the response header.</p> <p>2. Getting the cache directory does not work on my emulator running 4.2.2:</p> <p></p> <pre><code>cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); final String cacheDir1 = "/Android/data/cache/"; cacheDir = new File(Environment.getExternalStorageDirectory().getPath() + cacheDir1); </code></pre> <p>This workaround is platform specific, though. Just wanted to add it for completions sake.</p> <p>Besides that I think Volley is really an awesome piece of code and exactly what I was looking for until I did it myself ;)</p> <p><strong>Update 1</strong></p> <p>Here another link to the <a href="https://android-review.googlesource.com/#/admin/projects/platform/frameworks/volley" rel="noreferrer">contribution page AOSP</a>. I thought its more a standalone library. I will check that out, although I still appreciate more infos and tutorials on Volley. The source code I suggested is just a quick and dirty fix, which did the trick in my demo project.</p> <p><strong>Update 2</strong></p> <p>I found another <a href="http://ogrelab.ikratko.com/android-volley-examples-samples-and-demos/" rel="noreferrer">interesting blog post by Ognyan Bankov</a> mentioned as a response to another question, which could be helpful.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload