Skip to content

Instantly share code, notes, and snippets.

View VictorWambua's full-sized avatar
🐧
Penguin-Artisan!

VictorWambua

🐧
Penguin-Artisan!
View GitHub Profile
@VictorWambua
VictorWambua / MyActivity.java
Created December 27, 2022 10:18 — forked from 0x2A-git/MyActivity.java
POST JSON Request with Android Volley Example
private void sendJsonPostRequest(){
try {
// Make new json object and put params in it
JSONObject jsonParams = new JSONObject();
jsonParams.put("myParam1", myVar1);
// Building a request