Skip to content

Instantly share code, notes, and snippets.

View vikhyat187's full-sized avatar
🎯
Using code to build stuff

Vikhyat Bhatnagar vikhyat187

🎯
Using code to build stuff
View GitHub Profile
@patheticGeek
patheticGeek / bookmarks.md
Last active November 4, 2023 15:23
Some useful things i have in my bookmarks
@hitraj47
hitraj47 / AppController.java
Last active May 2, 2021 13:56
[Tutorial] Using Volley with Android Studio
import android.app.Application;
import android.text.TextUtils;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
public class AppController extends Application {