How to add common utility for Android application in Android Studio

Hi Friends,Today I am going to share one utility class which I have created and using in my projects to simplify my common utility requirements. I have created one Util class and created my methods as static which helps in accessing these methods without class objects. Just call MyUtils.methodname(context) to access the method from any where from your app. Short […]

Continue reading »