Skip to content
Advertisement

I am getting an runtime error (Null Pointer Exception) while using ListView in Android Studio

I am making a Task Manager app using ListView to Show all the tasks.But I am getting this error

JavaScript

what I think the error is that, I am sending wrong context in my custom adapter in MainActivity.java file

JavaScript

My custom Adapter is

JavaScript

My Xml file for activity Main is

JavaScript

My custom layout file is

JavaScript

My Data class is

JavaScript

I am also using a Splash Screen but, I don’t think that is a problem because my app is crashing after the splash screen is over, and when the intent goes to MainActivity. Can someone please tell me the error Also, I don’t think there are any Dependencies missing from my File.

JavaScript

Advertisement

Answer

You are getting this error because setContentView(R.layout.layoutname) is missing in MainActivity.java

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement