Month: January 2019

Tuesday January 29th, 2019

Xamarin.Forms Splah Screen

Splash screen is a screen when you open your application. Splash screen stay on the screen until the your application load data. When you use splash screen on your xamarin application you have to write some special code for each platform, I will do for the android. I will add picture for my splash screen, for that i have to add picture to the drawable […]

Monday January 28th, 2019

Xamarin Forms Lazy Loading(Infinite Scroll)

When we are making an app, we add some features to make application have better design. One of the feature is that Lazy Loading. Lazy loading works like, When we have a list view and we have specific number item, we scroll the screen and then other items appear in that specific number. I made a simple application to show how to use lazy loading. In this […]