-
MVVM in 100 Seconds
Today you will learn what MVVM actually is in only 100 seconds.
⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Regular Android tutorials on my Instagram: https://instagram.com/_philipplackner_
Checko...
published: 10 Dec 2020
-
What is MVVM (Model-View-ViewModel) Pattern?
Confused about MVVM? Watch this video.
🔥Get the COMPLETE COURSE: http://bit.ly/2ITWcyL
published: 14 Nov 2017
-
Everything You NEED to Know About Client Architecture Patterns
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
published: 09 Jan 2024
-
MVVM vs. MVI - Understand the Difference Once and for All
After this video you'll understand the Difference Once and for All - MVVM vs. MVI!
👉 Save your spot for the FREE workshop 'The Essentials of Industry-Scale Android Development – REVEALED' on April 27: https://pl-coding.com/android-workshop
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default
⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_...
published: 17 Apr 2024
-
MVVM in Simple Words
Follow for more Android & Kotlin tips 🙌
published: 17 Jun 2023
-
What is the MVVM pattern, What benefits does MVVM have?
Do you really need to learn MVVM to start developing apps with XAML frameworks like .NET MAUI, Uno, Avalonia, WPF, or WinUI 3? I get asked this question all the time and today, I break down what you need to know about MVVM, what it is, what it looks like to code without it, why you should learn and use it, and finally, how to take advantage of MVVM in your app!
Links:
* MVVM for Beginner's - https://www.youtube.com/watch?v=Pso1MeX_HvI
* MVVM Pattern - https://docs.microsoft.com/xamarin/xamarin-forms/enterprise-application-patterns/mvvm
* .NET MAUI Data Binding - https://docs.microsoft.com/dotnet/maui/xaml/fundamentals/mvvm
Join this channel to get access to perks:
https://www.youtube.com/channel/UCENTmbKaTphpWV2R2evVz2A/join
👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/
☕...
published: 30 Jun 2022
-
Which Software Architecture Should You Use: MVC, MVP, or MVVM?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Which GUI software architecture should you use in your project: MVC, MVP, or MVVM? In this video, I break down the pros and cons of each approach, so you can make the best decision for your project.
The code I worked on in this tutorial is available here: https://github.com/ArjanCodes/2022-gui.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/
🔖 Chapters:
0:00 Intro
1:28 Example explanation
3:18 Model-View-Controller (MVC)
9:23 Model-View-Presenter (MVP)
18:24 Model–View–Viewmodel (MVVM)
19:49 PyQt
22:44 Model-Template-View (MTV)
23:30 Outro
#arjancodes #softwaredesign #python
published: 30 Dec 2022
-
SwiftUI - Intro to MVVM | Example Refactor | Model View ViewModel
Head to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
In today's video I give you an introduction to the concept of the Model View ViewModel (MVVM) Architecture with SwiftUI. We will refactor a screen into a viewModel as an example. I explain the concept for those who have no idea what MVVM is so I keep it pretty basic. The general idea is to keep your business logic out of your views.This tutorial was created in Xcode 12.5 and Swift 5.4.
Starter Project Download:
https://www.dropbox.com/sh/foh2qojd2na93fw/AAChey4flV8Wt9oUEmQZSkJFa?dl=0
If you like my teaching or presentation style, I've started creating my own courses:
https://seanallen.teachable.com/
Twitter:
https://twitter.com/seanallen_dev
Link to my book - Ho...
published: 28 May 2021
-
SwiftUI MVVM Native iOS: Driver Ride Cancel REST API Calling | Taxi Driver App #50 #codeforany
Discover how to implement the driver ride cancel feature using REST API in a Swift UI MVVM Native iOS Taxi Driver & User App. Learn to effectively handle ride cancellations to improve user experience.
📝 Highlights:
- Ride Cancellation: Understand how to allow drivers to cancel rides using REST API calls.
- User Notifications: Explore strategies for notifying users of ride cancellations.
🔍 What's Covered:
- REST API Usage for Driver Ride Cancellation
- Managing User Experience During Cancellations
🖥️ Features:
Improve your Swift UI MVVM Native iOS Taxi Driver & User App by adding a smooth ride cancellation process for drivers and notifying users efficiently.
🔗 Relevant Hashtags:
#SwiftUI #MVVM #iOSDevelopment #RideCancellation #RESTAPI #TaxiApp
Github Source Code: https://github.com/...
published: 26 Dec 2024
-
MVVM for Beginners: Model-View-ViewModel Architecture for Xamarin.Forms, .NET MAUI, WPF, UWP, & More
It is go time! Time for some architecture with MVVM, data binding, commanding, and more. In this episode I walk you through everything you need to know about MVVM, what it is, why you need it, and how it can help you be more productive and write less code that is more testable.
I break down MVVM with Xamarin.Forms, however most of the concepts are the same across WPF & UWP. Some key differences are that you have DataContext instead of BindingContext (WPF/UWP) and x:Bind instead of x:DataType - https://docs.microsoft.com/windows/uwp/xaml-platform/x-bind-markup-extension on UWP for compiled bindings (nothing available for WPF).
Full Xamarin Beginner's Playlist - https://www.youtube.com/playlist?list=PLwOF5UVsZWUiHY1CkRVjYJ6dm0iCvAlfw
👕 Buy some swag! - https://jamesmontemagno.myspreadshop...
published: 07 Jan 2021
1:42
MVVM in 100 Seconds
Today you will learn what MVVM actually is in only 100 seconds.
⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarant...
Today you will learn what MVVM actually is in only 100 seconds.
⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Regular Android tutorials on my Instagram: https://instagram.com/_philipplackner_
Checkout my GitHub: https://github.com/philipplackner
https://wn.com/Mvvm_In_100_Seconds
Today you will learn what MVVM actually is in only 100 seconds.
⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Regular Android tutorials on my Instagram: https://instagram.com/_philipplackner_
Checkout my GitHub: https://github.com/philipplackner
- published: 10 Dec 2020
- views: 183167
10:08
What is MVVM (Model-View-ViewModel) Pattern?
Confused about MVVM? Watch this video.
🔥Get the COMPLETE COURSE: http://bit.ly/2ITWcyL
Confused about MVVM? Watch this video.
🔥Get the COMPLETE COURSE: http://bit.ly/2ITWcyL
https://wn.com/What_Is_Mvvm_(Model_View_Viewmodel)_Pattern
Confused about MVVM? Watch this video.
🔥Get the COMPLETE COURSE: http://bit.ly/2ITWcyL
- published: 14 Nov 2017
- views: 333703
5:51
Everything You NEED to Know About Client Architecture Patterns
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe
Animation tools: Adobe Illustrator an...
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
https://wn.com/Everything_You_Need_To_Know_About_Client_Architecture_Patterns
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
- published: 09 Jan 2024
- views: 247148
18:40
MVVM vs. MVI - Understand the Difference Once and for All
After this video you'll understand the Difference Once and for All - MVVM vs. MVI!
👉 Save your spot for the FREE workshop 'The Essentials of Industry-Scale And...
After this video you'll understand the Difference Once and for All - MVVM vs. MVI!
👉 Save your spot for the FREE workshop 'The Essentials of Industry-Scale Android Development – REVEALED' on April 27: https://pl-coding.com/android-workshop
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default
⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Regular programming advice on my Instagram page: https://www.instagram.com/_philipplackner_/
Join my Discord server:
https://discord.gg/cwQbmUstEu
https://wn.com/Mvvm_Vs._Mvi_Understand_The_Difference_Once_And_For_All
After this video you'll understand the Difference Once and for All - MVVM vs. MVI!
👉 Save your spot for the FREE workshop 'The Essentials of Industry-Scale Android Development – REVEALED' on April 27: https://pl-coding.com/android-workshop
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default
⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
https://pl-coding.com/premium-courses?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Regular programming advice on my Instagram page: https://www.instagram.com/_philipplackner_/
Join my Discord server:
https://discord.gg/cwQbmUstEu
- published: 17 Apr 2024
- views: 54217
0:48
MVVM in Simple Words
Follow for more Android & Kotlin tips 🙌
Follow for more Android & Kotlin tips 🙌
https://wn.com/Mvvm_In_Simple_Words
Follow for more Android & Kotlin tips 🙌
- published: 17 Jun 2023
- views: 34440
22:38
What is the MVVM pattern, What benefits does MVVM have?
Do you really need to learn MVVM to start developing apps with XAML frameworks like .NET MAUI, Uno, Avalonia, WPF, or WinUI 3? I get asked this question all the...
Do you really need to learn MVVM to start developing apps with XAML frameworks like .NET MAUI, Uno, Avalonia, WPF, or WinUI 3? I get asked this question all the time and today, I break down what you need to know about MVVM, what it is, what it looks like to code without it, why you should learn and use it, and finally, how to take advantage of MVVM in your app!
Links:
* MVVM for Beginner's - https://www.youtube.com/watch?v=Pso1MeX_HvI
* MVVM Pattern - https://docs.microsoft.com/xamarin/xamarin-forms/enterprise-application-patterns/mvvm
* .NET MAUI Data Binding - https://docs.microsoft.com/dotnet/maui/xaml/fundamentals/mvvm
Join this channel to get access to perks:
https://www.youtube.com/channel/UCENTmbKaTphpWV2R2evVz2A/join
👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/
☕️ Buy me a coffee - https://www.buymeacoffee.com/jamesmontemagno
Chapters:
00:00 - Introduction, hello!
00:35 - What is MVVM?
03:23 - Development without MVVM & Data Binding
10:00 - Adding MVVM & Data Binding (Community Toolkit Edition)
11:25 - Bindable Properties
16:00 - UI Interaction with Commands
20:15 - Wrap-up on MVVM
Follow:
👨💻 GitHub: https://github.com/jamesmontemagno
🦜 Twitter: https://twitter.com/jamesmontemagno
📄 Website: https://www.montemagno.com
📰 Newsletter: https://newsletter.montemagno.com/
Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/
What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/
My Setup:
📷 Canon M50 Mark II - https://amzn.to/3P8R7lp
💡 Nanoleaf Elements Lights - https://amzn.to/3umwJVW
🎙 Blue Spark Microphone - https://amzn.to/3qgtYkq
🎙 Blue Pop Filter - https://amzn.to/3jEWM3r
🤳 Rode Microphone Arm - https://amzn.to/2Z68AlE
🎧 Sony MDR7306 Headphones - https://amzn.to/372jxta
📲 Stream Deck - https://amzn.to/373Uk1n
📹 Elgato Cam Link - https://amzn.to/3a9eGbh
📷 GoPro Hero - https://amzn.to/374lm90
🖱 MX Master 2S Mouse - https://amzn.to/3d7J2gj
⌨️ Tecware Phantom Keyboard - https://amzn.to/3aUP4y9
#dotnet #mvvm #dotnetmaui #xaml #winui #avalonia #uno xaml data binding uno data binding wpf mvvm
https://wn.com/What_Is_The_Mvvm_Pattern,_What_Benefits_Does_Mvvm_Have
Do you really need to learn MVVM to start developing apps with XAML frameworks like .NET MAUI, Uno, Avalonia, WPF, or WinUI 3? I get asked this question all the time and today, I break down what you need to know about MVVM, what it is, what it looks like to code without it, why you should learn and use it, and finally, how to take advantage of MVVM in your app!
Links:
* MVVM for Beginner's - https://www.youtube.com/watch?v=Pso1MeX_HvI
* MVVM Pattern - https://docs.microsoft.com/xamarin/xamarin-forms/enterprise-application-patterns/mvvm
* .NET MAUI Data Binding - https://docs.microsoft.com/dotnet/maui/xaml/fundamentals/mvvm
Join this channel to get access to perks:
https://www.youtube.com/channel/UCENTmbKaTphpWV2R2evVz2A/join
👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/
☕️ Buy me a coffee - https://www.buymeacoffee.com/jamesmontemagno
Chapters:
00:00 - Introduction, hello!
00:35 - What is MVVM?
03:23 - Development without MVVM & Data Binding
10:00 - Adding MVVM & Data Binding (Community Toolkit Edition)
11:25 - Bindable Properties
16:00 - UI Interaction with Commands
20:15 - Wrap-up on MVVM
Follow:
👨💻 GitHub: https://github.com/jamesmontemagno
🦜 Twitter: https://twitter.com/jamesmontemagno
📄 Website: https://www.montemagno.com
📰 Newsletter: https://newsletter.montemagno.com/
Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/
What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/
My Setup:
📷 Canon M50 Mark II - https://amzn.to/3P8R7lp
💡 Nanoleaf Elements Lights - https://amzn.to/3umwJVW
🎙 Blue Spark Microphone - https://amzn.to/3qgtYkq
🎙 Blue Pop Filter - https://amzn.to/3jEWM3r
🤳 Rode Microphone Arm - https://amzn.to/2Z68AlE
🎧 Sony MDR7306 Headphones - https://amzn.to/372jxta
📲 Stream Deck - https://amzn.to/373Uk1n
📹 Elgato Cam Link - https://amzn.to/3a9eGbh
📷 GoPro Hero - https://amzn.to/374lm90
🖱 MX Master 2S Mouse - https://amzn.to/3d7J2gj
⌨️ Tecware Phantom Keyboard - https://amzn.to/3aUP4y9
#dotnet #mvvm #dotnetmaui #xaml #winui #avalonia #uno xaml data binding uno data binding wpf mvvm
- published: 30 Jun 2022
- views: 103250
24:27
Which Software Architecture Should You Use: MVC, MVP, or MVVM?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Which GUI software architecture should you use in your project: MVC, MVP, or ...
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Which GUI software architecture should you use in your project: MVC, MVP, or MVVM? In this video, I break down the pros and cons of each approach, so you can make the best decision for your project.
The code I worked on in this tutorial is available here: https://github.com/ArjanCodes/2022-gui.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/
🔖 Chapters:
0:00 Intro
1:28 Example explanation
3:18 Model-View-Controller (MVC)
9:23 Model-View-Presenter (MVP)
18:24 Model–View–Viewmodel (MVVM)
19:49 PyQt
22:44 Model-Template-View (MTV)
23:30 Outro
#arjancodes #softwaredesign #python
https://wn.com/Which_Software_Architecture_Should_You_Use_Mvc,_Mvp,_Or_Mvvm
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Which GUI software architecture should you use in your project: MVC, MVP, or MVVM? In this video, I break down the pros and cons of each approach, so you can make the best decision for your project.
The code I worked on in this tutorial is available here: https://github.com/ArjanCodes/2022-gui.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/
🔖 Chapters:
0:00 Intro
1:28 Example explanation
3:18 Model-View-Controller (MVC)
9:23 Model-View-Presenter (MVP)
18:24 Model–View–Viewmodel (MVVM)
19:49 PyQt
22:44 Model-Template-View (MTV)
23:30 Outro
#arjancodes #softwaredesign #python
- published: 30 Dec 2022
- views: 117856
11:55
SwiftUI - Intro to MVVM | Example Refactor | Model View ViewModel
Head to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
In today's video I give you an intr...
Head to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
In today's video I give you an introduction to the concept of the Model View ViewModel (MVVM) Architecture with SwiftUI. We will refactor a screen into a viewModel as an example. I explain the concept for those who have no idea what MVVM is so I keep it pretty basic. The general idea is to keep your business logic out of your views.This tutorial was created in Xcode 12.5 and Swift 5.4.
Starter Project Download:
https://www.dropbox.com/sh/foh2qojd2na93fw/AAChey4flV8Wt9oUEmQZSkJFa?dl=0
If you like my teaching or presentation style, I've started creating my own courses:
https://seanallen.teachable.com/
Twitter:
https://twitter.com/seanallen_dev
Link to my book - How I Became an iOS Developer:
https://gumroad.com/l/sean-allen-origin
Hired.com:
https://hired.com/x/1n01g
Check out my podcast, iOS Dev Discussions:
https://itunes.apple.com/us/podcast/ios-dev-discussions-sean-allen/id1426167395?mt=2
Book and learning recommendations that help out the channel if you decide to purchase (Affiliate Links):
Paul Hudson's Hacking With Swift:
https://gumroad.com/a/762098803
Donny Wals - Combine:
https://gumroad.com/a/909014131
Mark Moeyken’s SwiftUI Books:
www.bigmountainstudio.com/swiftui-views-book/fzc51
Learn Advanced Swift Here:
https://gumroad.com/a/656585843
Ray Wenderlich Books:
https://store.raywenderlich.com/a/20866/link/1
Ray Wenderlich Videos:
https://store.raywenderlich.com/a/20866/link/24
Links to my iOS Dev Setup & iOS Dev Book Recommendations
https://www.amazon.com/shop/seanallen
#swift #softwaredeveloper #iosdeveloper
https://wn.com/Swiftui_Intro_To_Mvvm_|_Example_Refactor_|_Model_View_Viewmodel
Head to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
In today's video I give you an introduction to the concept of the Model View ViewModel (MVVM) Architecture with SwiftUI. We will refactor a screen into a viewModel as an example. I explain the concept for those who have no idea what MVVM is so I keep it pretty basic. The general idea is to keep your business logic out of your views.This tutorial was created in Xcode 12.5 and Swift 5.4.
Starter Project Download:
https://www.dropbox.com/sh/foh2qojd2na93fw/AAChey4flV8Wt9oUEmQZSkJFa?dl=0
If you like my teaching or presentation style, I've started creating my own courses:
https://seanallen.teachable.com/
Twitter:
https://twitter.com/seanallen_dev
Link to my book - How I Became an iOS Developer:
https://gumroad.com/l/sean-allen-origin
Hired.com:
https://hired.com/x/1n01g
Check out my podcast, iOS Dev Discussions:
https://itunes.apple.com/us/podcast/ios-dev-discussions-sean-allen/id1426167395?mt=2
Book and learning recommendations that help out the channel if you decide to purchase (Affiliate Links):
Paul Hudson's Hacking With Swift:
https://gumroad.com/a/762098803
Donny Wals - Combine:
https://gumroad.com/a/909014131
Mark Moeyken’s SwiftUI Books:
www.bigmountainstudio.com/swiftui-views-book/fzc51
Learn Advanced Swift Here:
https://gumroad.com/a/656585843
Ray Wenderlich Books:
https://store.raywenderlich.com/a/20866/link/1
Ray Wenderlich Videos:
https://store.raywenderlich.com/a/20866/link/24
Links to my iOS Dev Setup & iOS Dev Book Recommendations
https://www.amazon.com/shop/seanallen
#swift #softwaredeveloper #iosdeveloper
- published: 28 May 2021
- views: 99105
11:08
SwiftUI MVVM Native iOS: Driver Ride Cancel REST API Calling | Taxi Driver App #50 #codeforany
Discover how to implement the driver ride cancel feature using REST API in a Swift UI MVVM Native iOS Taxi Driver & User App. Learn to effectively handle ride c...
Discover how to implement the driver ride cancel feature using REST API in a Swift UI MVVM Native iOS Taxi Driver & User App. Learn to effectively handle ride cancellations to improve user experience.
📝 Highlights:
- Ride Cancellation: Understand how to allow drivers to cancel rides using REST API calls.
- User Notifications: Explore strategies for notifying users of ride cancellations.
🔍 What's Covered:
- REST API Usage for Driver Ride Cancellation
- Managing User Experience During Cancellations
🖥️ Features:
Improve your Swift UI MVVM Native iOS Taxi Driver & User App by adding a smooth ride cancellation process for drivers and notifying users efficiently.
🔗 Relevant Hashtags:
#SwiftUI #MVVM #iOSDevelopment #RideCancellation #RESTAPI #TaxiApp
Github Source Code: https://github.com/codeforany/taxi_app_swiftui
Ultimate Self-Trainer Gym & Fitness App | Flutter Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWTlppoitIMlaE_EIiyTw97h
Ultimate Self-Trainer Gym & Fitness App | SwiftUI Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWQoo5GGB8Yy5J5mhdLm9oPa
Flutter Music Player App Development from Scratch | GetX State Management | Step-by-Step Guide Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWRXGSJZOyD5_SXyGIRt6VFr
Online Groceries Shop App Backend Tutorial | Node.js Express.js REST API with MySQL & Socket.io Playlist : https://www.youtube.com/playlist?list=PLzcRC7PA0xWQiIgIL526ZAxxVdSZMwx3l
Online Groceries Shop App with MVVM in SwiftUI | Native iOS Development Complete Tutorial: https://www.youtube.com/playlist?list=PLzcRC7PA0xWSuwiPqTEhLLMncu0kVWnyU
Ebuy E-Commerce Shopping App with Flutter and Dart | Complete Tutorial Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWRHb9Yn6L_oOTgj4jfZdEng
Online Grocery Shopping Flutter Code Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWR2TZ4f34X8Q_fvdwwRvm9I
Monthly Expenses App UI UX Design Convent Into Flutter Code Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWQRSF-Crjk6q3AQArDgCxak
SwiftUI: Monthly Expenses App UI UX Design Convent Into Native iOS With SwiftUI Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWSMzFDkfF6TGKrOw7DlUEA3
Fitness Workout Tracker, Meal Planner, Sleep Tracker App UI UX Design Convent Into Flutter Code Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWR1AY-uvplpAYoDFzRdUHgQ
UI UX App Design by: Zikar Patel
https://www.behance.net/patelzikar?ref=uistore.design
🔗 Relevant Hashtags:
#SwiftUI #MVVM #iOSDevelopment #RideCancellation #RESTAPI #TaxiApp
https://wn.com/Swiftui_Mvvm_Native_Ios_Driver_Ride_Cancel_Rest_Api_Calling_|_Taxi_Driver_App_50_Codeforany
Discover how to implement the driver ride cancel feature using REST API in a Swift UI MVVM Native iOS Taxi Driver & User App. Learn to effectively handle ride cancellations to improve user experience.
📝 Highlights:
- Ride Cancellation: Understand how to allow drivers to cancel rides using REST API calls.
- User Notifications: Explore strategies for notifying users of ride cancellations.
🔍 What's Covered:
- REST API Usage for Driver Ride Cancellation
- Managing User Experience During Cancellations
🖥️ Features:
Improve your Swift UI MVVM Native iOS Taxi Driver & User App by adding a smooth ride cancellation process for drivers and notifying users efficiently.
🔗 Relevant Hashtags:
#SwiftUI #MVVM #iOSDevelopment #RideCancellation #RESTAPI #TaxiApp
Github Source Code: https://github.com/codeforany/taxi_app_swiftui
Ultimate Self-Trainer Gym & Fitness App | Flutter Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWTlppoitIMlaE_EIiyTw97h
Ultimate Self-Trainer Gym & Fitness App | SwiftUI Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWQoo5GGB8Yy5J5mhdLm9oPa
Flutter Music Player App Development from Scratch | GetX State Management | Step-by-Step Guide Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWRXGSJZOyD5_SXyGIRt6VFr
Online Groceries Shop App Backend Tutorial | Node.js Express.js REST API with MySQL & Socket.io Playlist : https://www.youtube.com/playlist?list=PLzcRC7PA0xWQiIgIL526ZAxxVdSZMwx3l
Online Groceries Shop App with MVVM in SwiftUI | Native iOS Development Complete Tutorial: https://www.youtube.com/playlist?list=PLzcRC7PA0xWSuwiPqTEhLLMncu0kVWnyU
Ebuy E-Commerce Shopping App with Flutter and Dart | Complete Tutorial Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWRHb9Yn6L_oOTgj4jfZdEng
Online Grocery Shopping Flutter Code Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWR2TZ4f34X8Q_fvdwwRvm9I
Monthly Expenses App UI UX Design Convent Into Flutter Code Playlist:
https://www.youtube.com/playlist?list=PLzcRC7PA0xWQRSF-Crjk6q3AQArDgCxak
SwiftUI: Monthly Expenses App UI UX Design Convent Into Native iOS With SwiftUI Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWSMzFDkfF6TGKrOw7DlUEA3
Fitness Workout Tracker, Meal Planner, Sleep Tracker App UI UX Design Convent Into Flutter Code Playlist: https://www.youtube.com/playlist?list=PLzcRC7PA0xWR1AY-uvplpAYoDFzRdUHgQ
UI UX App Design by: Zikar Patel
https://www.behance.net/patelzikar?ref=uistore.design
🔗 Relevant Hashtags:
#SwiftUI #MVVM #iOSDevelopment #RideCancellation #RESTAPI #TaxiApp
- published: 26 Dec 2024
- views: 37
27:03
MVVM for Beginners: Model-View-ViewModel Architecture for Xamarin.Forms, .NET MAUI, WPF, UWP, & More
It is go time! Time for some architecture with MVVM, data binding, commanding, and more. In this episode I walk you through everything you need to know about MV...
It is go time! Time for some architecture with MVVM, data binding, commanding, and more. In this episode I walk you through everything you need to know about MVVM, what it is, why you need it, and how it can help you be more productive and write less code that is more testable.
I break down MVVM with Xamarin.Forms, however most of the concepts are the same across WPF & UWP. Some key differences are that you have DataContext instead of BindingContext (WPF/UWP) and x:Bind instead of x:DataType - https://docs.microsoft.com/windows/uwp/xaml-platform/x-bind-markup-extension on UWP for compiled bindings (nothing available for WPF).
Full Xamarin Beginner's Playlist - https://www.youtube.com/playlist?list=PLwOF5UVsZWUiHY1CkRVjYJ6dm0iCvAlfw
👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/
Time Codes:
00:00 - Introduction
01:30 - What is MVVM?
05:30 - Using Data Binding and INotifyPropertyChanged
14:10 - What is ICommand
17:30 - Using Commands, not Click Handlers
20:30 - Our First View Model
25:00 - Wrap-up
Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
Links:
* XAML: https://docs.microsoft.com/xamarin/xamarin-forms/xaml?WT.mc_id=friends-0000-jamont
* Data Binding: https://docs.microsoft.com/xamarin/xamarin-forms/xaml/xaml-basics/data-binding-basics?WT.mc_id=friends-0000-jamont
* Source Code: https://github.com/jamesmontemagno/mycoffeeapp?WT.mc_id=friends-0000-jamont
What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/
What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/
Follow:
👨💻 GitHub: https://github.com/jamesmontemagno
🦜 Twitter: https://twitter.com/jamesmontemagno
🔴 Twitch: https://twitch.tv/jamesmontemagno
📄 Website: https://www.montemagno.com
📰 Newsletter: https://newsletter.montemagno.com/
My Setup:
* Blue Spark Microphone - https://amzn.to/3qgtYkq
* Blue Pop Filter - https://amzn.to/3jEWM3r
* Rode Microphone Arm - https://amzn.to/2Z68AlE
* Sony MDR7306 Headphones - https://amzn.to/372jxta
* Stream Deck - https://amzn.to/373Uk1n
* Elgato Cam Link - https://amzn.to/3a9eGbh
* GoPro Hero - https://amzn.to/374lm90
* MX Master 2S Mouse - https://amzn.to/3d7J2gj
* Tecware Phantom Keyboard - https://amzn.to/3aUP4y9
#MVVM #Xamarin #XamarinForms #XAML
https://wn.com/Mvvm_For_Beginners_Model_View_Viewmodel_Architecture_For_Xamarin.Forms,_.Net_Maui,_Wpf,_Uwp,_More
It is go time! Time for some architecture with MVVM, data binding, commanding, and more. In this episode I walk you through everything you need to know about MVVM, what it is, why you need it, and how it can help you be more productive and write less code that is more testable.
I break down MVVM with Xamarin.Forms, however most of the concepts are the same across WPF & UWP. Some key differences are that you have DataContext instead of BindingContext (WPF/UWP) and x:Bind instead of x:DataType - https://docs.microsoft.com/windows/uwp/xaml-platform/x-bind-markup-extension on UWP for compiled bindings (nothing available for WPF).
Full Xamarin Beginner's Playlist - https://www.youtube.com/playlist?list=PLwOF5UVsZWUiHY1CkRVjYJ6dm0iCvAlfw
👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/
Time Codes:
00:00 - Introduction
01:30 - What is MVVM?
05:30 - Using Data Binding and INotifyPropertyChanged
14:10 - What is ICommand
17:30 - Using Commands, not Click Handlers
20:30 - Our First View Model
25:00 - Wrap-up
Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
Links:
* XAML: https://docs.microsoft.com/xamarin/xamarin-forms/xaml?WT.mc_id=friends-0000-jamont
* Data Binding: https://docs.microsoft.com/xamarin/xamarin-forms/xaml/xaml-basics/data-binding-basics?WT.mc_id=friends-0000-jamont
* Source Code: https://github.com/jamesmontemagno/mycoffeeapp?WT.mc_id=friends-0000-jamont
What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/
What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/
Follow:
👨💻 GitHub: https://github.com/jamesmontemagno
🦜 Twitter: https://twitter.com/jamesmontemagno
🔴 Twitch: https://twitch.tv/jamesmontemagno
📄 Website: https://www.montemagno.com
📰 Newsletter: https://newsletter.montemagno.com/
My Setup:
* Blue Spark Microphone - https://amzn.to/3qgtYkq
* Blue Pop Filter - https://amzn.to/3jEWM3r
* Rode Microphone Arm - https://amzn.to/2Z68AlE
* Sony MDR7306 Headphones - https://amzn.to/372jxta
* Stream Deck - https://amzn.to/373Uk1n
* Elgato Cam Link - https://amzn.to/3a9eGbh
* GoPro Hero - https://amzn.to/374lm90
* MX Master 2S Mouse - https://amzn.to/3d7J2gj
* Tecware Phantom Keyboard - https://amzn.to/3aUP4y9
#MVVM #Xamarin #XamarinForms #XAML
- published: 07 Jan 2021
- views: 129750