- 14
- 18 827
Xamarin Invader
Приєднався 3 лис 2019
Xamarin.Forms Shell - Easy Peasy Navigation
Xamarin on Steroids course is now available: go.blueinvader.com/xamarin-shell
In this video, you are going to learn how to set up and perform navigation in the Xamarin.Forms Shell.
Thanks for watching! 🤟
If you have any questions, leave a comment below.
In this video, you are going to learn how to set up and perform navigation in the Xamarin.Forms Shell.
Thanks for watching! 🤟
If you have any questions, leave a comment below.
Переглядів: 1 305
Відео
Azure DevOps Build the Xamarin.Android App
Переглядів 1,1 тис.4 роки тому
In this video, I'm going to show you how to create a new DevOps pipeline, that will build the Xamarin.Android app.
What is Mobile DevOps and why should you care?
Переглядів 904 роки тому
In this video, we are introducing the concept of DevOps, using simple and understandable words, and show you why should you care to learn about Mobile DevOps.
How to import assets to use them in Xamarin.Forms
Переглядів 1,1 тис.4 роки тому
Xamarin on Steroids course is now available: go.blueinvader.com/xamarin-shell
Xamarin on Steroids: Xamarin Forms Shell and MVVM
Переглядів 1894 роки тому
Xamarin on Steroids course is now available: go.blueinvader.com/xamarin-shell I just released the new course: Xamarin on Steroids: Xamarin Forms Shell and MVVM This is the first-ever Xamarin course with muscles 💪 It shows you how to combine the Xamarin.Forms Shell and MVVM to build cross-platform apps even faster. You can also learn how to: ✔️ Use Shell to build and style a side menu in 10-15 m...
Xamarin.Forms Shell - Build the Rainbow Tabs in 10 Minutes
Переглядів 2,9 тис.4 роки тому
💪 Xamarin on Steroids course is now available: go.blueinvader.com/xamarin-shell In this video, you are going to learn how to quickly implement colored tab bars using the Xamarin.Forms Shell. So every tab item has its own background color, just like the rainbow 🌈 Thanks for watching! 🤟 If you have any questions, leave a comment below.
Xamarin.Forms Shell - Build side menu in 10 minutes
Переглядів 6 тис.4 роки тому
💪 Xamarin on Steroids course is now available: go.blueinvader.com/xamarin-shell In this video, you are going to learn how to quickly implement a side menu using the Xamarin.Forms Shell. I when I say quickly, I mean you can have your navigation figured out in 10 minutes ⏱️ No more master-detail pages and all the complexity it brings!! Thanks for watching! 🤟 If you have any questions, leave a com...
[Lesson 5] Xamarin MVVM: Shared Transition - Custom animation on page transition
Переглядів 7494 роки тому
For more information, visit: go.blueinvader.com/mvvm-xamarin-yt
[Lesson 4] Xamarin MVVM: Navigate to the TabbedPage in MVVM
Переглядів 8204 роки тому
For more information, visit: go.blueinvader.com/mvvm-xamarin-yt
[Lesson 3] Xamarin MVVM: Pass data back to the source view model
Переглядів 5164 роки тому
For more information, visit: go.blueinvader.com/mvvm-xamarin-yt
[Lesson 2] Xamarin MVVM: How to pass a parameter from one view model to another
Переглядів 2,9 тис.4 роки тому
For more information, visit: go.blueinvader.com/mvvm-xamarin-yt
[Lesson 1] Xamarin MVVM: Let's Implement NavigationService
Переглядів 5734 роки тому
For more information, visit: go.blueinvader.com/mvvm-xamarin-yt
MVVM in Xamarin.Forms: Section Introduction
Переглядів 1404 роки тому
Enroll today: go.blueinvader.com/mvvm-xamarin This short video shows the next section of the MVVM in Xamarin.Forms course. Two big features are: - generic class for working with a local database - custom navigation transition
MVVM in Xamarin.Forms Blockbuster Trailer
Переглядів 2264 роки тому
The course is available here: go.blueinvader.com/mvvm-xamarin
Keep it up!
To bad that the rest of the content is behind a paywall, following a study is already expensive let alone getting courses. I do like the way you explain it though, as easy as it is and not harder then it has to be.
Great video 🤟
thanks
Great video man! I love the way you explain this stuff, making it look easy. Keep it up!
Thanks! I appreciate it :)
Hi. Nice Video. Congrats. Question, Would it be possible to keep the side menu open on tablet / IPad?
How do you change the toolbar name?
Set the Page's Title property
Congrats for the course. So far i'm enjoying it. Is it possible to slide between Tabs?
Hi, thanks. For sliding between pages, you can use the Carousel View. See the example in the "Onboarding and Login Flow" section, "Implement the Onboarding View" lecture
That does not work for me .. I'm running VS for Mac Community 8.7.8 .. it shows the add and does nothing after I drop it in the iOS project
Hi Stephen, you can also click on the placeholder where you want to add a new image, and the finder window should appear, so you can select the image
How can I implement expander in flyout menu? Say you have a list of Assets, then to the right you have the expander icon andbonce pressed drops down a secondary menu/sub menu. Is it possible or not?
Hi, you should be able to create a custom DataTemplate that has expander control in it (even though I haven't tried that), and assign the DataTemplate to the FlyoutItem. See more here: docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/flyout#define-flyoutitem-appearance
Where do I watch this?
Hi, the link is in the description
@@kristijankralj1 hi, which section is this covered, as I can't see it under the networking
@sipepguru (sorry, haven't got the notification) the section name is Custom Transition on Navigation & Local Database
Very good!