Display Rich Data with CollectionView - .NET MAUI Tutorial Step-by-Step

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 50

  • @jfversluis
    @jfversluis  2 роки тому +1

    💡Looking for the next part in this course? Click here to find it, in this video we will learn about MVVM and data-binding: ua-cam.com/video/XmdBXuNPShs/v-deo.html
    Want to review the full playlist? You can do that here 👉ua-cam.com/video/mgW6xviirQk/v-deo.html

  • @leosouza1520
    @leosouza1520 Рік тому +1

    Excellent as always! Thanks!

  • @ATNL4
    @ATNL4 2 роки тому +1

    Each video make me more interested, it gives more info for a beginner like me 😀 ,thanks for nice work .

    • @jfversluis
      @jfversluis  2 роки тому

      Haha that is great, thanks! Next part tomorrow 😉

  • @omarebrahim7225
    @omarebrahim7225 2 роки тому +1

    Note, if you're doing this on Visual Studio 2022 for Mac preview, it foes not have the "paste as class" feature shown at 5:30. It also won't build properly on MacOS, so create a blank project (as per the previous video) and copy over the bits of code, it should then work.

  • @Bedinsis
    @Bedinsis 4 місяці тому

    6:41 I imagine that in the first version of the video he said "Float check that the data that comes in here that makes sense...".

  • @shahanahmed9444
    @shahanahmed9444 2 роки тому

    As always
    Best teacher in the world.

  • @infinitezymalny
    @infinitezymalny 9 місяців тому

    How can we show scrollbar for collection view? Is it work?

  • @michaelrogers6935
    @michaelrogers6935 Рік тому

    Is Paste Special supported on Visual Studio for Mac? I didn't see it in the Edit menu 😞

  • @ÁlvaroSilva-w4f
    @ÁlvaroSilva-w4f Рік тому

    I applied the collectionview to another object and used model:Aluno and it didn't work compared to yours, I applied it as yours but it doesn't work because "model:Aluno is not found" despite putting datatype and xmlns:model="clr-namespace :ClassAlunos.Model"

  • @Grand1Master
    @Grand1Master Рік тому

    Hi Gerald, nice videos. I have query reg deep linking. How can I open a specific "monkey details" page based on url. What needs to be done to capture uri parameters etc. Like if I want to share a link to a specific "monkey's detail" to my friend..

  • @Elsa-jw3xe
    @Elsa-jw3xe 2 роки тому

    I just updated vs2022 preview, thought I go along with you, but it does not recognise the Model folder. Error in the GlobalUsings file saying that Model does not exist. I opened your solution.

  • @hansmuster4317
    @hansmuster4317 2 роки тому

    I am getting this error, when trying to run this project after I followed until minute 10:24
    Error DEP0600: Deployment failed. EntryPointNotFoundException - Unable to find an entry point named 'IsWow64GuestMachineSupported' in DLL 'kernel32.dll'. [0x80131523] MonkeyFinder

  • @jonathanharmon3472
    @jonathanharmon3472 2 роки тому +1

    If you use Dark Mode on Win10, the text color of the Windows build is white, but the background of the app is also white. So, it looks like no text is displaying. I just knew I did something wrong... It took me some trial and error but making the label text black fixed it for me. Using Light Mode makes the text black but that's not an option for me. ;P
    This does not happen when you build it for Android.

    • @jfversluis
      @jfversluis  2 роки тому

      Hmm that seems strange... If you think there is an issue check the repo to see if it's already reported or not

    • @jramirezdev
      @jramirezdev 2 роки тому

      @@jfversluis This exactly same error is happening also in the MacCatalyst app, no text is shown, you must force the TextColor property of the Label to be Black or anything else. In Android and iOS works fine.

  • @ajithcherrian1996
    @ajithcherrian1996 2 роки тому

    Hi Gerald first of all thanks for the Maui crash course !!
    Also one doubt from my side is
    In Xamarin native we will be using story boards and axml to design UI .. so in Maui whether there is a option to use this or we will be using only xaml likewise in Xamarin forms

    • @jfversluis
      @jfversluis  2 роки тому

      You can use XAML, or C# code if that's what you prefer :)

  • @josedonizeteoliveirajunior1744
    @josedonizeteoliveirajunior1744 2 роки тому

    Thank you very much for video👏👏👏

    • @jfversluis
      @jfversluis  2 роки тому

      Did it make clear a little bit how MVVM and databinding works? 😅

  • @pkl2000us
    @pkl2000us 2 роки тому

    Release the playlist Already !!
    Great content by the way

    • @jfversluis
      @jfversluis  2 роки тому +1

      Haha thank you! I need to protect you from yourself to not binge it all right away 😉 New parts will release every day now though!

  • @kevinhu7581
    @kevinhu7581 2 роки тому

    CollectionView is the one of the buggy controls in Xamarin.Forms (especially for iOS). Haven't try it on Maui. Hope it will be much better

    • @jfversluis
      @jfversluis  2 роки тому

      There has been a lot of focus on it especially since it is such an important control, but also tricky to get right. Try it out and of course let us know if something doesn’t seem right

  • @omyoubee7250
    @omyoubee7250 2 роки тому

    I want to design Arabic App . how I con change the direction interface to arabic?

  • @Dimitris.Christoforidis
    @Dimitris.Christoforidis 2 роки тому

    Thank You Gerald. I always use http request for getting a JSON string and then I am populating my collectionview from code. Is there other way?

    • @jfversluis
      @jfversluis  2 роки тому +1

      Watch the next video in this course and you will know 😉

    • @Dimitris.Christoforidis
      @Dimitris.Christoforidis 2 роки тому

      @@jfversluis I can not wait for next video. Thank you😀

  • @alexjgimenez
    @alexjgimenez 11 місяців тому

    To start I would preffer a course where a project is build from zero instead of loading already done projects from github (I do not care if the project is too simple)... Anybody can recomend one?

    • @jfversluis
      @jfversluis  10 місяців тому +1

      If you start at the beginning of this playlist that’s what this is? Learn to Build Your First Mobile App: .NET MAUI Crash Course
      ua-cam.com/play/PLfbOp004UaYVt1En4WW3pVuM-vm66OqZe.html

    • @alexjgimenez
      @alexjgimenez 10 місяців тому

      @@jfversluis Thank you for your reply.

  • @cissemy
    @cissemy 2 роки тому

    Hi Gerard
    Can you add pagination(or load more) to it ?
    Thanks

    • @jfversluis
      @jfversluis  2 роки тому +1

      Check out this video: ua-cam.com/video/sZq8K_64bc0/v-deo.html

    • @cissemy
      @cissemy 2 роки тому

      @@jfversluis
      Thanks

  • @asafgoldman8172
    @asafgoldman8172 2 роки тому

    Hi Gerald, will be much appreciated if you will able to make a video of to port and use Java (jar) files with MAUI that made for Android only using Android Studio for example.

    • @jfversluis
      @jfversluis  2 роки тому +1

      Oof, definitely not my strong suit 😄 I'll see what I can do!

    • @asafgoldman8172
      @asafgoldman8172 2 роки тому

      @@jfversluis Much appreciated, thanks!

  • @sachindrasangal
    @sachindrasangal 2 роки тому

    Good Informative videos! Please create crash course for MAUI Blazor Hybrid focused people also. Thanks

  • @jagadishwarballa
    @jagadishwarballa 2 роки тому

    How to display and play videos from yourube

  • @freddyflares2757
    @freddyflares2757 2 роки тому

    6:35 - Badum tshh.

    • @jfversluis
      @jfversluis  2 роки тому +1

      Haha I heard it when I was editing the video 😂

  • @MrBigdogtim69
    @MrBigdogtim69 2 роки тому

    Another good video! This one was also at a good pace. But I think you could shorten the time to identify its part of a course and the order to watch them in by now - this is #3 in series. Of course as soon as you do, someone will ask a question you already covered in prior video's. I do like the post as json feature (first I saw it and then had to go try it myself). So feedback is for some old dev's, they can learn new VS features all the time! :)

    • @jfversluis
      @jfversluis  2 роки тому

      Valuable feedback Tim! You’re right! Just mentioning “welcome to part x of this course” should be enough of a hint from now on I guess. I’ll think about. Great you still learned something about that old tool 😄