Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved AndroidPlatformStrategy & Factory, to avoid memory leak of Context #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mawalker
Copy link
Contributor

Used to store reference to TextView (which is a subclass of View, which contains a reference to the Context)
This leads to a possible Memory Leak

Now, Factory only takes in one Object, and AndroidPlatformStrategy uses a method to 'reach' the TextView.

This 'method' based access of the TextView (defined in OutputTextViewActivity.java ) allows for non-memory-leaking of the Context.

…ontext...

by storying reference to TextView (which is a subclass of View, which contains a reference to the Context)

Now, Factory only takes in one Object, and AndroidPlatformStrategy uses method to 'reach' the TextView.
…and moved ServiceConnection creation to a Factory class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant