Tag Archives: How to write interfaces in java or Android?

How to write interfaces in java or Android?

By | August 9, 2017

This tutorial is about how to use interfaces in java or Android. What is an Interface? An interface is a collection of abstract methods. A class implements an interface, thereby inheriting the abstract methods of the interface. An interface is not a class. Writing an interface is similar to writing a class, but they areā€¦ Read More »