Loved the way you explain and do the coding in XAML. Learned many things. Any reason you are not using collection view on the main page to show list of property and also types?
Thank you. I'm glad you find it useful. I have no reason for not using collection view. Collection View will give you the same result. You know that there are may ways to achieve the same result in software development, you just pick the method that appeal to you most.
Since the videos are meant to explain concepts, I decided to make it vanila so that everybody can follow. I use MVVM in my production applications. I'm glad you find the videos helpful. Thanks!
@@OludayoAlli thanks for the reply. Could you consider explaining MVVM in future videos and transitioning towards using the pattern? People will learn because you teach so well!
Thanks for the video pls what can be the probem i have trying to debug my code using my mobile phone but it will deploy but not not display anything just a white screen
hello! thanks for videos, i have a question, i wanna do property type list like this but not using pancake view, i wanna do it like tab but not using tabbed page built in! just wanna have a box view under a label and when clicking on it the underline change the color! would you mind help me?
Do you think its possible use xaml hot reload and emulator in your tutorials so that its easier to see the UI being built up live in emulator as you progress?
If you have been working with colors, you'll get used to most commonly used. However, you don't need to master any color as the colors used should be provided in a design sheet by the UI Designer
ImageButton works as a normal button and has image attributes. You can use it for things like search button, filter button, share button or any other button that has image/icon. ImageButton has a Clicked event. For TapGesture on Grid or other controls, these controls do not have clicked event so if you want something to happen when user tap on those controls, you need to handle the TapGesture. I hope this helps.
Great tutorial as always! I am totally new to Xamarin.. and I've been assigned project which I'm intending to use Xamarin, may I bother you time to time? Do you do mentoring? This is really a turning point in my career and I'll be grateful
@@OludayoAlli Oh thank you Sir! I meant something like simple UI(Splash, login page, menuPage)and a CRUD operation ..Or step by step MVVM That would be great
Bonke, C# is a language and just like natural language, it's better to learn as much as you can and apply whatever you've learnt while you continue to learn. I hope you get my point.
What did you learn in this video? Kindly share in the comments.
shared transition and pancake video
@@hammedolatunji5499 Great!
@Josiah T Mahachi Great!
Thanks! You are the best XAML UI designer i have come across on youtube.
Great video. I've been using XF for almost three years now and I really did learn a lot of new stuff from this. Keep up the good work.
Thank You. I'm glad you go value from the video.
Really excellent channel. A wealth of information in this video
Much appreciated!
Man, You just earned yourself a new subscriber, watched two videos earlier and man it was good! Keep it up :D
Awesome, thank you!
Perfect video. Thank you very much for your teachings.
Glad you like them!
Thank you again!! Great tutorial and best Xamarin tutorial I found so far!!
I'm glad it was helpful!
I really enjoyed the tuto you did hope you post more videos like that ;) Keep up the good work :D
Thanks, will do!
Loved the way you explain and do the coding in XAML. Learned many things. Any reason you are not using collection view on the main page to show list of property and also types?
Thank you. I'm glad you find it useful.
I have no reason for not using collection view. Collection View will give you the same result. You know that there are may ways to achieve the same result in software development, you just pick the method that appeal to you most.
Excelent Work, I like this video!, thanks for sharing your knowledge
Glad you liked it!
Hi, I really like your videos and am learning a lot - however, why are you not using viewmodels (and therefore not using MVVM)?
Thanks!
Since the videos are meant to explain concepts, I decided to make it vanila so that everybody can follow. I use MVVM in my production applications.
I'm glad you find the videos helpful. Thanks!
@@OludayoAlli thanks for the reply. Could you consider explaining MVVM in future videos and transitioning towards using the pattern?
People will learn because you teach so well!
@@crisoxley5202 I will consider that. Thank you.
Thank you brother.
You are welcome
Thanks for the video pls what can be the probem i have trying to debug my code using my mobile phone but it will deploy but not not display anything just a white screen
Thank you for this tutorial
Thank you for sharing brother
My pleasure
GREAT CONTENT, keep creating!! 😎❗️↗️
Thank you.
nice brother
thank you we want more
More on the way!
Good we wait
hello! thanks for videos, i have a question, i wanna do property type list like this but not using pancake view, i wanna do it like tab but not using tabbed page built in! just wanna have a box view under a label and when clicking on it the underline change the color! would you mind help me?
Do you think its possible use xaml hot reload and emulator in your tutorials so that its easier to see the UI being built up live in emulator as you progress?
I will condider that. Thanks
Good job again..just curious how are you able to determine the hexcode of a color?
If you have been working with colors, you'll get used to most commonly used. However, you don't need to master any color as the colors used should be provided in a design sheet by the UI Designer
DevCrux, I have only made 2 x apps, both are code behind, MVVM seems hard to understand. which framework do you like for MVVM ?
I don't use any MVVM framework for now. The next video will include MVVM implementation, hopefully it will help to understand MVVM more.
@@OludayoAlli This is amazing, thank you,.
Thank you for this video :)
What's the difference between Grid Tapgesture and ImageButton?
ImageButton works as a normal button and has image attributes. You can use it for things like search button, filter button, share button or any other button that has image/icon. ImageButton has a Clicked event. For TapGesture on Grid or other controls, these controls do not have clicked event so if you want something to happen when user tap on those controls, you need to handle the TapGesture.
I hope this helps.
Nice video, do you know how to set PropertyType "All" selected by default? Thank you in advance
You can get the first child of the StackLayout and make it go to the selected state
thanks Excellent Work, I hope take about REST API AND SQL SERVER build app step by step from building database to end of app
Will try, thanks.
Great tutorial as always! I am totally new to Xamarin.. and I've been assigned project which I'm intending to use Xamarin, may I bother you time to time? Do you do mentoring? This is really a turning point in my career and I'll be grateful
Bothering me time to time sounds scary. Lol. However, I will be glad to help to the BEST of my ABILITY and AVAILABILITY.
@@OludayoAlli Oh thank you Sir! I meant something like simple UI(Splash, login page, menuPage)and a CRUD operation ..Or step by step MVVM That would be great
Same situation 🤠, already bought the book you advice . What c# part do I have to focus . Thank you sir
Bonke, C# is a language and just like natural language, it's better to learn as much as you can and apply whatever you've learnt while you continue to learn. I hope you get my point.
Thank you @DeveCrux ,I got you .
can you make an interesting theme for login and register?
Watch thi video: ua-cam.com/video/X3ZND30zI_A/v-deo.html
🤯
😀😁
great job
Andriod it's working perfectly
but in IOS the images not appear
thank you
I will find time to check it.
Hello please make working with file and send image and video with xamarin forms
Source code??
Check the description of the video
@@OludayoAlli Ur blog cannot access the source code send me to Ur blog so I just comment anyway thanks 😊 keep posting!!
Find the button "Get Source Code" on this page. devcrux.com/blog/animation-in-xamarin-forms-shared-transition/
my phone is samsung A500 api level 26
ترجم للعربية