Home > Blockchain >  How should I remove static datatype warning
How should I remove static datatype warning

Time:07-09

ScreenShot

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.

  • Related