Skip to content

Delaire/EndlessLoad-WP-MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages