Tag: null

  • Android: How to fix “null object reference” error (with code)

    This post is specifically for a problem whose solution is usually hard to find (at least now). The solution is at the end. Basically, the problem lies in the referencing method being used to make reference towards the current activity. The solution is to make the referencing dynamic. Read below for solution with code example. Problem […]