This article demonstrates that what is "Dependency Injection" and how to use this to make the code loosely coupled.
Dependency Injection(DI)
Dependency Injection is the process of injecting (converting)
coupled (dependent) objects into decoupled (Independent) object is
called Dependency Injection(DI).
In this post I am gonna be explaining about how to display items in Card View using Xamarin Forms.
Actually CardView was introduced in Android 5.0 (Lollipop). But here we are creating CardView for both the android and iOS platforms using the “Frame” Layout available Xamarin Forms.