Tuesday, August 23, 2016

Android Learning Note: Being Cautious To Use static Modifier When Defining A Variable

Using static modifier when defining a variable in a class means it's a class variable, which has only 1 identical value in different instance objects.