37 - Section Summary

  • last month
Transcript
00:00Well, guys, congratulations, you've hit another milestone where we have refactored or up to
00:06the point where we can do full CRUD, whether it's through database or local storage on
00:12the phone through SQLite database, or through an API connection.
00:16We have looked at some of the intricacies with API connectivity relative to when we're
00:21dealing with Android versus the other devices, even though we've kind of prioritized Android
00:27a lot of what we have done, most, if not all of what we have done is transferable.
00:33And if you enable developer mode on your Windows machine, you'll be able to test it on Windows.
00:37If you're running a Mac, you can test on iOS.
00:40And you can go ahead and validate that all of the code that we've done so far runs on
00:47all of these operating systems.
00:49Now, we're going to be looking at some other things like, you know, value added features,
00:54how we can put in custom themes, dark mode, etc., how we can write certain code to take
01:02advantage of certain native features based on the device we're on.
01:05So .NET MAUI is very powerful.
01:08And we have a lot more to explore.
01:09So stay tuned.