Home | History | Annotate | Download | only in volley

Lines Matching full:your

48 to your app's manifest. Without this, your app won't be able to connect to the network.</p>
84 controls directly from your response handler, but it's especially critical to many of the
120 <p>To cancel a request, call {@code cancel()} on your {@code Request} object. Once cancelled,
121 Volley guarantees that your response handler will never be called. What this means in
122 practice is that you can cancel all of your pending requests in your activity's
123 {@link android.app.Activity#onStop onStop()} method and you don't have to litter your
132 example, you can tag all of your requests with the {@link android.app.Activity} they
142 <li>Define your tag and add it to your requests.
155 <li>In your activity's {@link android.app.Activity#onStop onStop()} method, cancel all requests that have this tag.
166 <p>Take care when canceling requests. If you are depending on your response handler to