You haven’t initialized your Person
class on onCreate()
method that’s why p.TopTen
is null. So you need to do it by
p = new Person();
5
solved ListView Crash FATAL EXCEPTION
You haven’t initialized your Person
class on onCreate()
method that’s why p.TopTen
is null. So you need to do it by
p = new Person();
5
solved ListView Crash FATAL EXCEPTION