Guild Wars 2 WvW API Usage in Android
3 August 2015
Another android code sample that can get the active match-ups from the Guild Wars 2 WvWvW API, parse them all and store in a local cache.
First thing you need to do is create the helper class called Utils, create a file called Utils.java and insert the following code:
import java.text.DecimalFor...