Sunday, 24 November 2013
How to set a custom ringtone to an Android phone?
›
Specially for individuals new to Android adding a custom song as their ringtone can be a really confusing. It is not as simple as selecting...
1 comment:
Saturday, 23 November 2013
How to completely back up an Android device?
›
Yes there are a lot of software's available on Play store to backup your Android device. A normal user can simply purchase that app and...
2 comments:
Thursday, 21 November 2013
Installing Git on CentOS from sources
›
Installing Git on your Linux machine is very simple. Simply run sudo yum install git for Fedora/Centos or apt-get install git for Debi...
3 comments:
Wednesday, 20 November 2013
Reverse a LinkedList in Java?
›
Java has a built in functionality to reverse Linked List. This function is available in Collections class and the method name is reverse(...
2 comments:
Tuesday, 19 November 2013
Java Program to print all permutation of a String?
›
Interviewer may start with a very basic question as to what is number of permutations of a string with n characters. In case repetition is ...
‹
›
Home
View web version