Programming
-
OOP – Differences between Methods and Functions
Basically there is not much difference between them (method and functions). //Car Class class Car { private String name; private…
Read More » -
How to Create Chat Heads Like Facebook Messenger on Android
In this tutorial, we are going to learn how to create simple chat head that allow users to drag them…
Read More »