Xamarin Forms Toast Message

Sometimes in your applications you can request a short message on the screen. You do not have to call the user for this. When you give a message with DisplayAlert, the user has to touch the screen once again in order to pass this message.…

Xamarin Storing Data inLocal (SQLite)

Your mobile applications may be small in size. You may only want to store your data locally, or you may want to store it in the cloud as well as in a local location. For that, Xamarin again offers us this very easily. As always,…