Hamid Asiabari

Hamid Asiabari

Object Orientation in PHP

Object orientation

Object-Oriented Programming, also known as OOP, is a method of object-based programming. This method allows programmers to write clean, higher-maintenance, and more accessible debugging code. This programming style is very similar to real-world concepts; The brain, for example, is object-oriented…

Android Snackbar Tutorials

Android Snackbar

In the past, It was common among developers to use Toast to display an app notification to the user. With the introduction of the Material Design library, a new tool called Snackbar was introduced. The Snackbar is very convenient to…