Java Interface

Java Interface Java Interface is something similar to a class which is a collection of some abstract methods. All the methods in an interface are abstract methods Interface can have…

0 Comments

Android Architecture Pattern – MVC

Android Architecture Pattern - MVC stands for Model-View-Controller. While developing big application Architecture Patterns are the right solutions. Model — the data layer, responsible for managing the business logic and handling network…

13 Comments