Hi
I am unable to access a non static variable in a static context
The variable is an arrayList and in a separate file
I cannot change the corresponding non-static class into static class
Please help me to resolve this problem
I have also tried using getter method
I am unable to access a non static variable in a static context
The variable is an arrayList and in a separate file
I cannot change the corresponding non-static class into static class
Please help me to resolve this problem
I have also tried using getter method
Comment