This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey guys!
To explain my question I would like to give more specific example.
Let's say that I want to implement some type of functionality and wrap it up in Helper class and initialize it on Acitivity's onCreate.
So naturally when I initialize that Helper object in Activity I might want to pass Context or Activity(this) as parameter, because that object has to store that Context/Activity because at some point some of the methods might need Context/Activity. Let's say findViewById(...). It's kinda bothering because I end up with bunch of Activity/Context instances flouting around.
I'm not really sure was I able to explain my concerns here but, this does not feel right. Also I see weird memory leaks on some devices.
Subreddit
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/androiddev/...