How to use Github like syntax highlighting on your web site or blog without any plugin

Hello Friends, Today I will be sharing a cool trick to highlight the code in your blog As a developer or coder we always look for any code snippet on any website may be it is in java or PHP but it looks in awesome format just what it looks like in our IDE. If you don’t know what is syntax […]

Continue reading »

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 »