بارك الله فيك استاذي الغالي عند الاتصال بحاسبة ماك منصب بشكل نظام وهمي تظهر مشاكل وهي Couldn't retrieve SSH Fingerprint. Please ensure the Mac is reachable and Remote Login is enabled.
You can try couple of things : - make sure you have the same Xamarin version , on both Windows and Mac. - If you have a firewall (windows's default or anti virus) , then you need to give a permission to your mac . Good luck
Kamel Mojawaz it won't work unless you set the itemssource to null before initialisation again. suggestionsLV.itemssource = null; suggestionsLV.itemssource = colors;
true , if you don't want to use binding . But if you bind the itemssource propery to colors , then all you have to do is the following : suggestionsLV.SetBinding(ListView.ItemsSourceProperty, "colors"); //better to expose colors as property then on update : colors.replacerange(" the result of linq statement"); //actually to do replace range you need to extend ObservableCollection class or use the ObservableRangeCollection .. btw , your way in the video is 100% correct , and I tried both in couple of my applications , and didn't notice a huge perfomance difference , but I think using binding is more clean and follow Mvvm. anyhow , thanks for your videos , great job .
hi Houssem Dellai, Thank you so much. Your video is good for me to learn Xamarin Forms.
i am using listview but its not visible in my phone
why??
Thanks it is very helpful. You are doing an amazing job .
hello, i want just to ask field validation, what's about if the user write number instead string? can we use javascript validation?
How to highlight matched text in result list?
can i limit the number of element in suggestion listview?
Greate Job Houssem :)
Hi Houssem Dellai, how about search data from database??
How to add search bar in navigation page? Can you guide me? Thanks
بارك الله فيك استاذي الغالي عند الاتصال بحاسبة ماك منصب بشكل نظام وهمي تظهر مشاكل وهي
Couldn't retrieve SSH Fingerprint. Please ensure the Mac is reachable and Remote Login is enabled.
You can try couple of things :
- make sure you have the same Xamarin version , on both Windows and Mac.
- If you have a firewall (windows's default or anti virus) , then you need to give a permission to your mac .
Good luck
good work, keep it up
Hello Houssem. Can you make lesson same lesson but using MVVM pattern?
You are reading my mind ! th-cam.com/video/GP-HTddAKqQ/w-d-xo.html
Thank you for sharing.
what a nice trick man, thumbs up (y)
Does the application have GitHub codes?
kindly add video for reducing apk size for Xamarin.forms app .
i can't made this
can you help me for make this app
you forget to set suggestionlistview visible to false at start
Why not just use Observable Collection , bind it to itemssource , and update on search .
Kamel Mojawaz it won't work unless you set the itemssource to null before initialisation again.
suggestionsLV.itemssource = null;
suggestionsLV.itemssource = colors;
true , if you don't want to use binding .
But if you bind the itemssource propery to colors , then all you have to do is the following :
suggestionsLV.SetBinding(ListView.ItemsSourceProperty, "colors"); //better to expose colors as property
then on update :
colors.replacerange(" the result of linq statement"); //actually to do replace range you need to extend ObservableCollection class or use the ObservableRangeCollection ..
btw , your way in the video is 100% correct , and I tried both in couple of my applications , and didn't notice a huge perfomance difference , but I think using binding is more clean and follow Mvvm.
anyhow , thanks for your videos , great job .
@Kamel would you please share your code using MVVM , my email is vhenekaim1@gmail.com, or alternatively share a link which shows using MVVM
Kamel, share a link with example or somthing please man
How to create Search page with MVVM and Xaml?
Great Video, crazy that u use Apple lol, they stink for hardware upgrades :P
Does anyone know the link of sample code please ?