I have been working with android for a while now, and have created a lot of apps. As any other android developer, i have to first design icons, and resize them to match different screen sizes. This takes a while, so to combat this, i created a tiny tool that automatically...
Well, i just wanted to share a class i wrote to use on few of my android projects. This is a Java class that can do two things:
Get the text contents of text or html or any other files in the internet as String.
Download any file in the internet and save it as...
PHP Code
Many URL Shorteners use 301/302 redirection to redirect users to long URL when an user enters the short URL. But have you ever wanted to know what a url made by url shortener redirects to using PHP? I had recently done a project for a small company where...
Java Logo
Well how many of you have wanted to change long URL’s in your Java application to short and easy to remember/share goo.gl URL’s? Probably a lot, i recently had to use this class on one of my Android App projects where i had to give users...