I read a few articles on avoiding circular references this morning. And I just realized that in Android, if an Activity contains a Fragment, that Fragment should also hold a reference to the containing Activity. Isn't it setting up a circular reference?
I feel this might be a silly question, but asking silly questions is a good way to learn, isn't it?