Samsung Galaxy S5 Green Screen to Black

Looked over the internet and not found any definite solution to a problem my girlfriend is facing with her phone. Lets just say she might have dropped it in the “toilet” and the display was slowly turning green then eventually to black. We tried the rice trick (Don’t have any silica gel on hand), when … Read more

Guild Wars 2 WvW API Usage in Android

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.DecimalFormat; public class Utils { … Read more