Home

Android Icon Resizer (Open Source Tool)

Posted by Kaushal Subedi | On: Mar 05 2013 | Comments (0)
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...

Java/Android : NetUtil Class To Get Content / Download Files From Internet

Posted by Kaushal Subedi | On: Nov 12 2011 | Comments (0)
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...

Find Redirected URL Using PHP With This Simple Function

Posted by Kaushal Subedi | On: Mar 23 2011 | Comments (2)
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...

Easy Goo.gl URL Shortener Class For Java

Posted by Kaushal Subedi | On: Mar 23 2011 | Comments (3)
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...