MAUI Hybrid App - MAUI Blazor Hybrid Apps | .NET MAUI

  Рет қаралды 20,197

Coding Droplets

Coding Droplets

Күн бұрын

Пікірлер: 45
@CodingDroplets
@CodingDroplets Жыл бұрын
⭐ Join Us on Patreon: www.patreon.com/CodingDroplets .NET MAUI Tutorial Series: kzbin.info/www/bejne/hWSQm3mrjdZ0iac&pp=sAQB Blazor Tutorial Series: kzbin.info/www/bejne/morCcoqaeN-mebs
@KOMEK1999
@KOMEK1999 6 ай бұрын
.NET is about to make changes in the world using Multiplatform & Hybrid Application ❤❤❤
@CodingDroplets
@CodingDroplets 6 ай бұрын
Absolutely! .NET MAUI's multiplatform and hybrid capabilities are indeed game-changers in the world of app development. It's incredibly exciting to see how .NET is evolving to empower developers to create stunning, high-performance applications that can run seamlessly across multiple platforms.
@曼巴-z1t
@曼巴-z1t 6 ай бұрын
This is the best teaching course I have ever heard,recommend to add a course on using Android devices, such as taking photos.
@CodingDroplets
@CodingDroplets 5 ай бұрын
Thank you so much for your kind words! I'll definitely consider creating a tutorial covering those topics.
@joaogabrielv.m328
@joaogabrielv.m328 7 ай бұрын
Jesus fkcing Christ, this channel is a hidden gem! You owned a sub, sr
@CodingDroplets
@CodingDroplets 7 ай бұрын
Thank you so much for the enthusiastic support and subscribing! I'm glad you found the content valuable.
@rejawebs
@rejawebs 8 ай бұрын
My mind wondered by this tutorial. Keep it up this such a great journey. Thanks...
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you so much for your positive feedback! I'm delighted to hear that.
@RandyBigbie
@RandyBigbie Жыл бұрын
I love how clear and straightforward you are in this video. Great job! Keep up the great work! If you are going to go hybrid, i am assuming that calling Web APIs would be best from the shared components, correct?
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you for your kind words and positive feedback! We're glad to hear that you found the content clear and straightforward. You're absolutely right! When working with a hybrid app like MAUI Blazor, calling Web APIs from shared components is a smart approach. This allows you to leverage the shared codebase and ensures consistency across platforms. By encapsulating your API calls within shared components, you maximize code reusability while maintaining a consistent user experience.
@dhirenpathak
@dhirenpathak Жыл бұрын
Please one video tutorial for us on same topic about you talk@@CodingDroplets
@shaileshpandey6214
@shaileshpandey6214 4 ай бұрын
Very Nice tutorial. Please make a video on JWT authentication and authorisation for maui blazor hybrid app.
@CodingDroplets
@CodingDroplets 4 ай бұрын
Thank you for your feedback! I'm glad you found the tutorial helpful. I'll definitely consider your suggestion for a video on JWT authentication and authorization for MAUI Blazor hybrid apps. Stay tuned for more tutorials!
@dhirenpathak
@dhirenpathak Жыл бұрын
Great, Nice Tutorials
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback!
@asdasdaa7063
@asdasdaa7063 9 ай бұрын
Please i hope you do a full series for MAUI Blazor Hybrid Apps! I just found you maybe you already have some? XD
@CodingDroplets
@CodingDroplets 8 ай бұрын
Welcome to the channel, and thank you for your enthusiasm! I'm glad you're interested in MAUI Blazor Hybrid Apps. While I don't have a full series specifically dedicated to it yet, I'm certainly open to creating more content on this topic.
@balasubramaniyan1234
@balasubramaniyan1234 8 ай бұрын
thanks and please kindly put more videos for .net maui blazor hybrid app
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you for your feedback, and I'm glad you found the tutorial helpful! We'll be covering more topics on Hybrid apps soon in upcoming videos.
@sambhavyadavofficial
@sambhavyadavofficial Жыл бұрын
Very nice 👍
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you 👍
@jorgepedraza1275
@jorgepedraza1275 21 күн бұрын
Any examples of authentication with MAUI Blazor Hybrid Apps and Web App Preview?
@CodingDroplets
@CodingDroplets 19 күн бұрын
Currently, there's no video on that topic, but I'll definitely consider doing it. Thanks for the suggestion!
@jsiahaan
@jsiahaan Жыл бұрын
Thank you soo much. This video is very helpfull!
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome! Glad to hear that.
@tofansahra-kb7rv
@tofansahra-kb7rv 11 ай бұрын
very good
@CodingDroplets
@CodingDroplets 11 ай бұрын
Thank You!
@developercrucible
@developercrucible 4 ай бұрын
We explained✌
@CodingDroplets
@CodingDroplets 4 ай бұрын
Thank You!
@shabanelmogy7912
@shabanelmogy7912 9 ай бұрын
i need example connected with mobile devices
@CodingDroplets
@CodingDroplets 9 ай бұрын
Thank you for your comment! It seems like you're looking for an example that involves connecting the Blazor MAUI Hybrid App with mobile devices. If I understand correctly, you want to run the application on your mobile phone. To run a Blazor MAUI Hybrid App on a mobile device, you can follow these general steps: - Connect your mobile phone to your PC using a USB cable. - Ensure that USB debugging is enabled on your mobile phone. This setting is usually found in the Developer Options menu on your device. If you don't see Developer Options in your phone's settings, you may need to enable it by tapping on the "Build number" in the "About phone" section multiple times. - In Visual Studio or your preferred IDE, select your mobile device as the target for deployment. - Build and run your Blazor MAUI Hybrid App. The application will be deployed and launched on your connected mobile phone.
@shabanelmogy7912
@shabanelmogy7912 9 ай бұрын
@@CodingDroplets i want example with platform integration like contact camera maps
@shaileshpandey6214
@shaileshpandey6214 7 ай бұрын
I am using MAUI blazor hybrid App. I want to know that when we run the app login page shohld be open instead of Home page, so where we define this page? Please just help where we can define this routing. ?
@niltechit2189
@niltechit2189 3 ай бұрын
Please give me solution how to create apk file for blazor hybrid app.
@CodingDroplets
@CodingDroplets 3 ай бұрын
You can refer the below documentation: learn.microsoft.com/en-us/dotnet/maui/android/deployment
@cissemy
@cissemy Жыл бұрын
Great. Can you add authentication and authorization to it ?
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you for your comment! We appreciate your interest in adding authentication and authorization to the MAUI Blazor Hybrid App. If you're looking to implement custom authentication and authorization in a Blazor WebAssembly app, you might find our tutorial on "Blazor WASM Custom Authentication" helpful. You can watch it here: kzbin.info/www/bejne/bYHClqywadJ4o6M While the MAUI Blazor Hybrid App architecture is slightly different due to the integration with native features, the concepts of authentication and authorization remain similar. Feel free to adapt the principles from the Blazor WASM tutorial to your MAUI Blazor Hybrid App.
@dhirenpathak
@dhirenpathak Жыл бұрын
Please One video to save data in SQL-MYSql or MongoDB .... Please.......
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you for your suggestion! Saving data in SQL (MySQL, SQL Server, etc.) or MongoDB within a MAUI Blazor Hybrid App is a great topic, and I appreciate your interest. I'll certainly consider creating a video tutorial on this in the near future.
@dmac046yyt
@dmac046yyt Ай бұрын
Astroturf comments below. Be warned.
@CodingDroplets
@CodingDroplets Ай бұрын
I'm sorry you feel that way. Comments are from genuine viewers sharing their thoughts, feedback and questions.
Deploying DotNet Core to Linux | Blazor Deploy Linux
11:21
Coding Droplets
Рет қаралды 15 М.
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 68 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 6 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 44 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 795 М.
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 47 М.
Build hybrid apps with .NET MAUI | .NET Conf 2023
25:05
dotnet
Рет қаралды 10 М.
The Blazor Competitor is Here!
15:08
Nick Chapsas
Рет қаралды 70 М.
Getting Started with .NET MAUI and SignalR: Real-Time Chat App
20:13
Gerald Versluis
Рет қаралды 27 М.
Blazor in 100 Seconds
2:33
Fireship
Рет қаралды 577 М.
.NET MAUI in .NET 8 - Everything you need to know!
18:51
James Montemagno
Рет қаралды 49 М.
Understand DotNet MAUI Layouts | DotNet MAUI Tutorial
27:13
Coding Droplets
Рет қаралды 24 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 6 МЛН