Issue
How should I remove static datatype warning in my project.
Static datatype is necessary in my project, how should I can fix this warning without deleting code
Solution
In general, you should never use static Context, View or ViewGroup elements in your app, since it may generate memory leaks.
Answered By - Cosmin Linca
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.