Expandable ListView in Xamarin Forms

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 86

  • @jonlukewest4633
    @jonlukewest4633 6 років тому

    Thanks a bunch! I've found a lot of your videos to be the simplest and most stripped down approach to what I want to do; this helps save me time sorting through code in bloated nuget packages that don't work half the time.
    Again, thank you.

  • @zaclim
    @zaclim 6 років тому +4

    Hi, thank you for the clear tutorial!
    One thing though: due to the approach of deleting and then re-adding rows to update them, the transition animation is sort of jarring in the iOS app. As such, I've tried using PropertyChanged to update the ViewCell instead, but while this works for Android, the iOS ViewCell does not resize automatically making the button overlap with the rows below. So, my question is, how can I adjust the height of the selected ViewCell in iOS after the button appears?
    Thank you for your help!

  • @jeremiahgazsi8579
    @jeremiahgazsi8579 7 років тому +2

    Good Work, Houssem! Love your videos!

  • @j2iigolo
    @j2iigolo 6 років тому +1

    Hello Houssem, my project doesn't recognize the in the

  • @abbaszoeb1228
    @abbaszoeb1228 7 років тому +1

    Hi Houssem, your video on "Login with Google in Xamarin Forms" is no longer valid. Can you please do an updated version of that?

  • @akkusuttan
    @akkusuttan 7 років тому

    Hi Houssem, I have get stopped in button click to get a entry value of a list view row. Can you please help me out of this. thanks

  • @larssonk22
    @larssonk22 6 років тому

    I found a problem, with lists with large expanded content. When you expand one item then expand another it does not scroll to the top of the newly selected item. How can I fix this? Thanks

  • @rakeshravig
    @rakeshravig 3 роки тому

    Hi, Is there have an option to integrate amazon lex chatbot in Xamarin forms

  • @Farm-Hands
    @Farm-Hands 6 років тому

    Hi Huoussen, i hope you find time to reply this.while i appreciate this video, it implemented with image in the LV it flickers when you rebind the item to LV. so INotifyPropertyChanged doesn't work with ListView?

  • @mediaexplorer74
    @mediaexplorer74 3 роки тому

    Hmmm... I add Clicked="Edit_OnClicked" to "Edit" button, and then App crashes (Exception: Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type). Please help

  • @ТимофейТрегубов-ъ8б

    Why you don`t use INotifyPropertyChanged ? if you remove item ListView flickering

  • @mmsood99
    @mmsood99 6 років тому

    How do I access the actual control in the subview on a click event? Suppose I click on a row and am in the OnItemTapped for the list view. How do I access the button control to change it (to example change its label)?

  • @dineshsundvesha2174
    @dineshsundvesha2174 7 років тому

    Hi Houssem, Expandable ListView has flickering problem. On click of particular item buttons in item seems to be moving. is there a way we can avoid it. Thanking you in Advance!

  • @acashiconflux240
    @acashiconflux240 7 років тому

    is it possible to open again expandable listView on particular item of any raw of listview?

  • @joannepopper1915
    @joannepopper1915 7 років тому

    Thank you Houssem! This was very helpful.

  • @oscarjimenez6715
    @oscarjimenez6715 7 років тому

    Hi Houssem, i have a problem with

    Say that local isnt declared

  • @devmaran2136
    @devmaran2136 6 років тому

    Hi Houssem, I want to implement the expandable menu inside Rg.Plugins.Popup container. I have followed your tutorial here but currently, List items are not showing

  • @rudratrainingcourses1690
    @rudratrainingcourses1690 6 років тому

    Hi Dellai ,Is this Possible Without Isvisible object in a class ,To Achieve Hide and show The Button in Listview
    in xamrin forms ?

  • @sachinchakravarthys1807
    @sachinchakravarthys1807 6 років тому

    Title with Label view is not working , I tried to place it on top of list but no success

  • @yasodharkadiyala3630
    @yasodharkadiyala3630 7 років тому

    hello sir... i have a xamarin forms application. .. in that application i want to put an icon in the navigation page in place of title.. I have tried many ways but I was unable to get that.... if i used toolbar items it is going right side. .. but I want icon in left side..
    could you please help on this... thanks

  • @sumitsisodia2220
    @sumitsisodia2220 7 років тому

    Thanks for this video but how can we approach 3 layer Expandable listview in xamarin forum

  • @rachelblakely4021
    @rachelblakely4021 6 років тому

    Hi
    i get this error
    Object of type 'Xamarin.Forms.ListView' cannot be converted to type 'Xamarin.Forms.Page'.

  • @varunSharma-ew4pq
    @varunSharma-ew4pq 5 років тому

    Hi, can u show a tutorial for scanning and sending/recieving data to classic Bluetooth devices in xamrin.I cannot find such tutorial anywhere

  • @emanhindi3419
    @emanhindi3419 7 років тому +2

    hi houssem if I used list instead of observablecollection does it still work fine?

    • @HoussemDellai
      @HoussemDellai  7 років тому +2

      Eman Hindi just changing the observable collection to list is not enough. You'll need to refresh the entire list in order to push the change to the UI

  • @theafricanwalkchannel4302
    @theafricanwalkchannel4302 5 років тому

    hello , sir please i would like to create a contextual toolbar instead , can i get a link to a tutorial . thanks

  • @mandardesai3841
    @mandardesai3841 7 років тому

    hey thanks houssem I have one prb how can gives longpress label text to available for copy past and cut option in xamarin forms.(longpress label text to clipboard option) .can you make video on that thanx

  • @jeevankothamasu5867
    @jeevankothamasu5867 7 років тому +1

    Bro is multilevel hierarchy possible like , parent->child->subchild->sub-subchild like that .If not could you suggest me any control which i can use to show the hierarchy using xamarin forms

    • @HoussemDellai
      @HoussemDellai  7 років тому

      jeevan kothamasu you need xamarin Inspector

  • @theafricanwalkchannel4302
    @theafricanwalkchannel4302 6 років тому

    please, i created listview with xamarin but when i select an item in the list and navigate to another page after i come back the item it is still selected so i cant select again, this only happens i in android

  • @albertoleroy4527
    @albertoleroy4527 5 років тому

    I can't make it work. Could you please provide code used? It would be of great help!

  • @vikasmishra8382
    @vikasmishra8382 6 років тому

    hello sir can you suggest me how to select multiple item in listview

  • @sumitkarn2517
    @sumitkarn2517 4 роки тому

    sir make a video in sublist as a child of parents listview's item but in next page .. means when we tapp the item navigate to next page & then able to add children of that respected parents.

  • @TecRevs
    @TecRevs 7 років тому +1

    Hello bro, I have a problem i got this message
    index must be within the bounds of the list

    • @HoussemDellai
      @HoussemDellai  7 років тому

      That means you are trying to access an index that is equal or greater than the size of your list

  • @ezscootrr
    @ezscootrr 7 років тому +5

    Very well presented. Thank you

  • @vaclavsoubusta2044
    @vaclavsoubusta2044 7 років тому +1

    Thanks Houssem, very useful

  • @amitsrivastav818
    @amitsrivastav818 7 років тому

    Hi, Houssem, it's really a good video over list view but what I want is to make view cell layout different depends on the property. how can I do?

    • @HoussemDellai
      @HoussemDellai  7 років тому +1

      amit srivastav I have a video on that : m.ua-cam.com/video/pdsEHEjyR-4/v-deo.html

    • @amitsrivastav818
      @amitsrivastav818 7 років тому

      Thanks!

  • @techspana7064
    @techspana7064 7 років тому

    You did the expansion functionality using code behind. what about MVVM ?

    • @ezscootrr
      @ezscootrr 7 років тому

      This is MVVM. He just called it from code behind.

  • @MrAhmadalgarni
    @MrAhmadalgarni 7 років тому

    Thank you so much, you always provide a great tutorials,
    I have One CONCERN , I have a very very very slow build time in visual studio for IOS and it is killing my productivity , can you please tell us how to fix this issue ?
    Best

  • @omkarbolake189
    @omkarbolake189 6 років тому

    how can I add json data in this , I want json data to display in list

  • @sebastiancalvache8168
    @sebastiancalvache8168 5 років тому

    Thank you so much for your help. Excellent video.

  • @Shelbatron1000
    @Shelbatron1000 7 років тому +1

    This helped me so much, thank you.

  • @marko6525
    @marko6525 5 років тому

    Any idea how to use instead list sqlite database?

  • @mmsood99
    @mmsood99 6 років тому +2

    Love your videos. Subscribed.

  • @zerosandones7547
    @zerosandones7547 4 роки тому

    how to do this with sqlite database?

  • @sowjich8175
    @sowjich8175 4 роки тому

    Thank You. This tutorial is very helpful

  • @falkhebstreit3236
    @falkhebstreit3236 7 років тому

    What about
    product.IsVisible = !product.IsVisible
    Its only one row of code...
    But may be its not working???

  • @RohitKumar-fn8rr
    @RohitKumar-fn8rr 7 років тому +2

    Thank You So Much i asked you about this and here it is Thanks , Thanks A lot @Houseem Sir

  • @shhamidi5989
    @shhamidi5989 6 років тому

    Hi.
    I want righttoleft listview.
    ???

  • @maladict8891
    @maladict8891 7 років тому

    Thank you! Very good video. :)

  • @MrAhmadalgarni
    @MrAhmadalgarni 6 років тому

    Thank you for the good tutorials, Can you please show US to to show list in a grid list( two items per row ) instead of normal list (one in each row)

  • @nbaua3454
    @nbaua3454 7 років тому

    removing and Adding of item in a Observable collection?

    • @joannepopper1915
      @joannepopper1915 7 років тому

      If you find a better solution that works in iOS, please post a link. :-) Setting the IsVisible flag of the child controls works well for Android and UWP, but it does not appear to be a viable solution for iOS.

  • @lucascoelho3498
    @lucascoelho3498 6 років тому

    Thank you. It helped a lot!

  • @luisponce3580
    @luisponce3580 7 років тому

    Amazing, thank you so much!

  • @minhdt3nguyen933
    @minhdt3nguyen933 5 років тому

    Thank you so much. I like it.

  • @dadielevryeugene5429
    @dadielevryeugene5429 6 років тому

    Merci pour vos tutos

  • @alitoprak6090
    @alitoprak6090 4 роки тому

    great expression Thank you.

  • @Popc1007
    @Popc1007 5 років тому

    nice one bro keep it up

  • @gamal09
    @gamal09 7 років тому

    Thanks Houssem for that Video . and i need please QRCode reader Video

    • @basttyytech
      @basttyytech 7 років тому

      do a search on ZXing for xamarin forms

  • @abba5102
    @abba5102 5 років тому

    masha allah good tutorial bro

  • @carlomagnocondesaldana5860
    @carlomagnocondesaldana5860 5 років тому

    Great work!!

  • @minafawzy5605
    @minafawzy5605 6 років тому

    Nice tutorial as usual I face strange behaviour in iOS , First it flashing and need two clicks to work could any one help me with this issue

  • @vipinkrishna131
    @vipinkrishna131 6 років тому

    Clear Explanation...

  • @peopleworksERP365
    @peopleworksERP365 4 роки тому

    Great, Thanks a Lot

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

    thanks

  • @mhDuke
    @mhDuke 6 років тому

    عاش يا معلم

  • @jimirs9956
    @jimirs9956 7 років тому

    Thx a lot 😃

  • @idkbrian2922
    @idkbrian2922 5 років тому

    Ty =)

  • @ArmstrongLuiz16
    @ArmstrongLuiz16 6 років тому

    You are GREATE

  • @wiepcorbier
    @wiepcorbier 4 роки тому

    It's a listview, not a listeview.

  • @kamtanath4494
    @kamtanath4494 7 років тому

    :-)

  • @iownslaves
    @iownslaves 4 роки тому

    Your solution on github is broken.

  • @abbaszoeb1228
    @abbaszoeb1228 7 років тому +2

    Hi Houssem, your video on "Login with Google in Xamarin Forms" is no longer valid because of webviews. Can you please do an updated version of that?

  • @armandohuerta8077
    @armandohuerta8077 6 років тому

    how I can use this using data source from a json?

  • @abbaszoeb1228
    @abbaszoeb1228 7 років тому +1

    Hi Houssem, your video on "Login with Google in Xamarin Forms" is no longer valid because of webviews. Can you please do an updated version of that?

  • @abbaszoeb1228
    @abbaszoeb1228 7 років тому +2

    Hi Houssem, your video on "Login with Google in Xamarin Forms" is no longer valid because of webviews. Can you please do an updated version of that?