Mobile application developed using Xamarin Forms.
MVVM architecture is used to develop the application. code behind has been avoided to make application testable.
3rd party lib which are used is as follows: 1.Rg.plugins.Popup 2.MonkeyCache.Fliestore
Rg.plugins.Popup is used to show pop up on selection.
MonkeyCache.Filestore is used to cached data locally.Since its very easy to use without much dependecy.
Splash screen makes the application bit slow.
All the data are fetched from API:https://pokeapi.co/api/v2/
Images can be found in Screnshot folder.