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
CodePudding user response:
In general, you should never use static Context, View or ViewGroup elements in your app, since it may generate memory leaks.