-
utility classes that implement static methods. In that case you just call them directly using class name
-
utility classes methods that are not static - requires creating and possibly initializing an instance of that class. Then the instance is used to call those methods.
-
utility classes that can be accessed thru Context. then you can call getApplicationContext() and then you can get access to the utility classes
mrdheeraj/My-Android-Utility
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|