Everything about pagination with .NET MAUI

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • All the approaches of pagination in the .NET MAUI.
    0:00 Introduction
    1:15 Creating a project
    1:54 Infinite Scrolling
    16:52 Loading data OnAppearing
    20:43 Infinite Scrolling Button Variation
    22:38 Pagination with Pager Buttons
    44:04 End
    #dotnet #maui #programming

ความคิดเห็น • 11

  • @mohamedsherif2806
    @mohamedsherif2806 2 หลายเดือนก่อน +2

    I would like to see an advanced session where you convert it to a component.

  • @ShiftKey
    @ShiftKey 2 หลายเดือนก่อน

    hi, any repository for this example? i used you nuget UraniumUI and need this paginate for mmy bindable layout

    • @enisn_
      @enisn_  2 หลายเดือนก่อน +1

      I made it a separate component in UraniumUI, I'll merge this PR and release soon after tests github.com/enisn/UraniumUI/pull/669

    • @ShiftKey
      @ShiftKey 2 หลายเดือนก่อน

      @@enisn_ omg pefect, thanks

  • @mohamedsherif2806
    @mohamedsherif2806 2 หลายเดือนก่อน

    Wouldn’t it be simpler if we used the Command.IsRunning property instead of creating another one for each command we want to show an indicator for ?

    • @enisn_
      @enisn_  2 หลายเดือนก่อน

      Hi, I treid the exact same scenario before the recording and the result didn't satisfy me. Sometimes it worked sometimes buttons stayed disabled even state is changed. So I did it in this way. I'll take a look at again maybe I did something wrong