Posts

Showing posts from April, 2015

Don't use static field for object when coding Android app

This might save your time:  Don't use static field for object when coding Android app Static methods are OK, create private field or local variable for object and pass it as parameter.