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

  Рет қаралды 26,886

Coding Droplets

Coding Droplets

Күн бұрын

Пікірлер: 49
@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 11 ай бұрын
.NET is about to make changes in the world using Multiplatform & Hybrid Application ❤❤❤
@CodingDroplets
@CodingDroplets 11 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
Thank you so much for your kind words! I'll definitely consider creating a tutorial covering those topics.
@joaogabrielv.m328
@joaogabrielv.m328 11 ай бұрын
Jesus fkcing Christ, this channel is a hidden gem! You owned a sub, sr
@CodingDroplets
@CodingDroplets 11 ай бұрын
Thank you so much for the enthusiastic support and subscribing! I'm glad you found the content valuable.
@rejawebs
@rejawebs Жыл бұрын
My mind wondered by this tutorial. Keep it up this such a great journey. Thanks...
@CodingDroplets
@CodingDroplets Жыл бұрын
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
@tornystark007
@tornystark007 Ай бұрын
Thank you... need more videos with real world application clones using MAUI hybrid.
@CodingDroplets
@CodingDroplets Сағат бұрын
Thank you for the suggestion! I’m glad you found the video helpful. I’d love to dive deeper into real-world app clones using .NET MAUI Hybrid in future videos. Stay tuned!
@shaileshpandey6214
@shaileshpandey6214 Жыл бұрын
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. ?
@htoohtoosan7648
@htoohtoosan7648 2 ай бұрын
when i run the code, it is only showing Welcome to Chrome with Chrome Logo and ACCEPT & CONTINUE button which has blue color. And I could not click anywhere on the main screen.
@CodingDroplets
@CodingDroplets 2 ай бұрын
It usually happens when the WebView control is unable to load your Blazor content. Ensure the Blazor files are being properly included in the project. Also confirm BlazorWebView's host page is pointed to the correct page.
@PhantasyAI0
@PhantasyAI0 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
thanks and please kindly put more videos for .net maui blazor hybrid app
@CodingDroplets
@CodingDroplets Жыл бұрын
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.
@dhirenpathak
@dhirenpathak Жыл бұрын
Great, Nice Tutorials
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback!
@shaileshpandey6214
@shaileshpandey6214 8 ай бұрын
Very Nice tutorial. Please make a video on JWT authentication and authorisation for maui blazor hybrid app.
@CodingDroplets
@CodingDroplets 8 ай бұрын
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!
@jsiahaan
@jsiahaan Жыл бұрын
Thank you soo much. This video is very helpfull!
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome! Glad to hear that.
@sambhavyadavofficial
@sambhavyadavofficial Жыл бұрын
Very nice 👍
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you 👍
@jorgepedraza1275
@jorgepedraza1275 5 ай бұрын
Any examples of authentication with MAUI Blazor Hybrid Apps and Web App Preview?
@CodingDroplets
@CodingDroplets 5 ай бұрын
Currently, there's no video on that topic, but I'll definitely consider doing it. Thanks for the suggestion!
@developercrucible
@developercrucible 9 ай бұрын
We explained✌
@CodingDroplets
@CodingDroplets 9 ай бұрын
Thank You!
@tofansahra-kb7rv
@tofansahra-kb7rv Жыл бұрын
very good
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank You!
@shabanelmogy7912
@shabanelmogy7912 Жыл бұрын
i need example connected with mobile devices
@CodingDroplets
@CodingDroplets Жыл бұрын
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 Жыл бұрын
@@CodingDroplets i want example with platform integration like contact camera maps
@niltechit2189
@niltechit2189 7 ай бұрын
Please give me solution how to create apk file for blazor hybrid app.
@CodingDroplets
@CodingDroplets 7 ай бұрын
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 5 ай бұрын
Astroturf comments below. Be warned.
@CodingDroplets
@CodingDroplets 5 ай бұрын
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
Рет қаралды 23 М.
Build hybrid apps with .NET MAUI
26:25
dotnet
Рет қаралды 9 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 115 М.
Flutter vs .NET MAUI | Which is better ?
6:38
AI with Flutter
Рет қаралды 25 М.
Understand DotNet MAUI Layouts | DotNet MAUI Tutorial
27:13
Coding Droplets
Рет қаралды 28 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН