Blog

Development notes, SourceMod releases, radio updates, and archived posts from the original WordPress site.

Simple code snippet, used for retrieving a users account data, using the Guild Wars 2 API Version 2. Hopefully, this code will help others to overcome similar problems which I was facing while learning how to program in Android.

First thing you will need is the JSONFunctions.java class:

import a...