Pinned Loading
-
EcoAssist
EcoAssist PublicEcoAssist is a web application that aims to help students learn about the environment.
Python
-
-
-
ImprovedUNet
ImprovedUNet PublicA script that segments the OASIS brain dataset with a modified UNet model.
Python
-
Group-Travel-Planner
Group-Travel-Planner PublicAn Android application that allows users to organize a trip collaboratively.
Java 1
-
If Volley Request is made repeatedly...
If Volley Request is made repeatedly throughout the app, it is more efficient to just use a single instance of RequestQueue. This class implements a singleton class that encapsulates RequestQueue and other Volley functionality. 1public class VolleySingleton {
2private static VolleySingleton mInstance;
3private RequestQueue mRequestQueue;
4private static Context mCtx;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.