I've created Master-Detail page in Xamarin forms. There are two views in my list view item :- 1. Image 2. Label. I've created this list-view cell by using ViewCell. Now when user clicks on any item of list-view I want to change the background color of my cell, Text color of my label, and image source of my Image. How to achieve this ? Also how to NotifyDataSetChanged for list-view ? How to Load different pages for different list-view item clicks in the detail view ? Attached is the screen shot of my drawer menu for reference.
↧