I am trying of access a view from a non activity class, but I am not sure how to do it
After looking at some other sources, I understand I must pass the Context like this
public Manager(Context c) {
context = c;
}
but when I try c.findViewById() it doesnt work. How do you do this?
Try this
then do