Is there any way to use this keyword inside a static method in Java? I want to display a Toast message inside a static method in my activity class. How do I do that? Thanks.
Is there any way to use this keyword inside a static method in Java?
Share
You can create a static method with one input parameter that is the Class you need to use.
For example: