Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 806 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 806 Bytes

MVVM Endless load on jumplist for Windows Phone Apps (C#/XAML)

Build status

look into the MainViewModel.cs file

  • in there is where all of the magic is!

this methode:

private async Task LoadEverything(bool isRefresh) { DataListLoader = factory.GetIncrementalCollection(1, GetMainPageFeedLoader, //<- Method Querying () => { //<- Start Query }, (data) => { // <- End Query }); }

License

This project is licensed under the MIT license.