How to install Google Chrome in Ubuntu Vaishakh Sunday, September 18, 2016 Add Comment Edit To install Google Chrome in Ubuntu follow the instructions below 1. First you need to install some dependencies, so please install it us... Read More
Adapter in Android - What is it ? Vaishakh Wednesday, March 09, 2016 Add Comment Edit Adapters in android are the one who retrieve data from a data source such as an array, database, file etc and provide it to AdapterView... Read More
Method in Java - Explained Simply! Vaishakh Tuesday, March 08, 2016 Add Comment Edit A method in Java is a group of code defined with a name, so instead of repeatedly writing that same group of code everywhere , we can... Read More
How to Remove Duplicates from ArrayList in Java Vaishakh Sunday, March 06, 2016 Add Comment Edit Remove Duplicates from ArrayList We use ArrayList a lot but what if we want to remove duplicates from ArrayList with an easy method.T... Read More