I create CustomListAdapter in Android Appiclation. But i get this error NullPointerException when implement it.
NullPointerException
Here is my CustomListAdapter.java code :
I think you didn't add AppController to your manifest:
That's why onCreate never called and mInstance is null.