Where can I find the playlist for the coffe app , he said series, where is that?
@oscarestrada4509 Жыл бұрын
Thank you! this helped me out alot!
@jeffm38653 жыл бұрын
Thanks. I needed this one!
@phoenixwyllow3 жыл бұрын
Another great video, James! I do have a question, maybe I'm missing something obvious: what about a reusable control with a data template? eg. refactoring the CollectionView with its styles, layout and commands to be reusable, but providing a specific Data Template implementation on each Page. I know how to reuse Styles (thank you again), just I don't want to rewrite RefreshView...CollectionView...CollectionView.EmptyView when only the Data Binding (and View Model) has changed. Either my brain is being obtuse and I'm not understanding Control Templates or my google-fu is lacking.
@TitoDino-f9s Жыл бұрын
Have you figured something out, I am trying to do something similar to this - render a new template based on the output of a single value
@cliffshivkar99482 жыл бұрын
Hi Man! Great stuff as always! Thanks a lot. Please do something on the Picker control using MVVM and calling a function/form on Item Selection.
@JamesMontemagno2 жыл бұрын
Can do for sure :)
@Limonİs-t8n Жыл бұрын
@JamesMontemagno Hello ty for videos. i need httpclient operations in my control. where should i make it ? Should i create a controlviewmodel and bind it to control or something else ?
@efexzium2 жыл бұрын
How can you process the model inside the container view ? If you call it from xaml ?
@LordErnie3 жыл бұрын
A really helpfull video, worth my like and the full 5 stars if I could give em. Keep it up Mr Montemagno!
@Cassius6092 жыл бұрын
Where does that 'toolkit' namespace come from? (xct)
@yobofunk56893 жыл бұрын
Isn't there a way to not use selector if the classes in the list are different?
@Asasaslik3 жыл бұрын
12:25 - What is the name of the setting with the gray hint?
@JamesMontemagno3 жыл бұрын
That is IntelliCode in Visual Studio 2022!
@Asasaslik3 жыл бұрын
@@JamesMontemagno Thank you from Russia!!! The best man of the world
@efexzium2 жыл бұрын
cant get this to work on xamarin forms 2019
@yevheniytymchishin84013 жыл бұрын
6:30 - you can just remove the inheritance in the code-behind file, that will allow you to modify the root type of your xaml without caring about code-behind.
@timahrentlov14133 жыл бұрын
Using the dynamic content of list items to select a datatemplate for a recycled list can get you into trouble. It used to be bad practice and I suspect it still is. The general advice was to have different VM types and serve up different datatemplates based on these different types.
@hexoter2 жыл бұрын
I have a problem with datatemplate selector , i so jitter
@Shahan853 жыл бұрын
Powli
@brutis8883 жыл бұрын
4:58 - Link us, please :D
@brutis8883 жыл бұрын
The YT bots keep deleting any links I provide to XAML Styler or PrimoDev23's 2022 temporary build :/
@JamesMontemagno3 жыл бұрын
Added into the links github.com/Xavalon/XamlStyler
@brutis8883 жыл бұрын
@@JamesMontemagno Thanks!
@williamprogramer41683 жыл бұрын
⭐⭐⭐⭐⭐
@deepvibeslyrics51712 жыл бұрын
you have course bro
@efexzium2 жыл бұрын
Thanks, it would be great if we could just use HTML & CSS because XAML is verbose...