I have a arrayList= new ArrayList<FriendsData>();
that is define inside an interface in my Base Activity.
public interface RequestUsers
{
ArrayList<FriendsData> arrayList = new ArrayList<FriendsData>();
}
I already tried cleaning and restarting eclipse but nothing happens.
Please expain why -1 I will remove my question if you think I am stupid as compared to people here at STACKOVERFLOW.