Can someone please advise me on the “correct” way to implement Pull for updating in UWP?
Below are some examples that I found, but I'm not sure which one uses the best approach:
Any advice is greatly appreciated
There is no standard answer to this question, basically, there are two points that we need to implement:
Get offset changes when the user clicks on a control
Generate an indicator to notify the user
Both XamlPullToRefresh and PullToRefreshUWP_WindowsComposition use the new Windows layout API: Windows.UI.Composition namespace
Ref Windows.UI.Composition Review
API , XAML UWP # . API DX .
, API Windows 10.
AmazingPullToRefresh API , .
pull-to-refresh, API Windows.UI.Composition.
Windows.UI.Composition
microsoft.
/ - , , , -.
, db? . . firebase.google.com
, , . PullToRefresh.UWP NuGet. .: codeproject.com
, , , , .
, : , , "" . ? . , . , .
Source: https://habr.com/ru/post/1648882/More articles:LAST_INSERT_ID () is not equal to $ db-> insert_id? - phpDisplay values in javascript table - javascriptSend build artifacts via SSH - failed to create directory - gitHow to set hosts in docker for mac - dockerApplication Configuration in C # Class Library - c #How to create a general update function for a nested entry in Elm - elmError trying to confuse Xamarin.android dll with ConfuserEx - c #Подключение к базе данных в Visual Studio 2015 - c#Why are there 2 levels of indirection in the definition of the macro ## - c ++What is the exact meaning of the expression "An expression e is used as a glvalue if and only if initialization uses it as a glvalue" in [conv] / 6 - c ++All Articles