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

  Рет қаралды 23,668

Coding Droplets

Coding Droplets

Күн бұрын

Пікірлер: 47
@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 9 ай бұрын
.NET is about to make changes in the world using Multiplatform & Hybrid Application ❤❤❤
@CodingDroplets
@CodingDroplets 9 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
Thank you so much for your kind words! I'll definitely consider creating a tutorial covering those topics.
@joaogabrielv.m328
@joaogabrielv.m328 9 ай бұрын
Jesus fkcing Christ, this channel is a hidden gem! You owned a sub, sr
@CodingDroplets
@CodingDroplets 9 ай бұрын
Thank you so much for the enthusiastic support and subscribing! I'm glad you found the content valuable.
@rejawebs
@rejawebs 10 ай бұрын
My mind wondered by this tutorial. Keep it up this such a great journey. Thanks...
@CodingDroplets
@CodingDroplets 10 ай бұрын
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
@PhantasyAI0
@PhantasyAI0 11 ай бұрын
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 11 ай бұрын
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.
@htoohtoosan7648
@htoohtoosan7648 12 күн бұрын
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 8 күн бұрын
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.
@balasubramaniyan1234
@balasubramaniyan1234 10 ай бұрын
thanks and please kindly put more videos for .net maui blazor hybrid app
@CodingDroplets
@CodingDroplets 10 ай бұрын
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.
@jorgepedraza1275
@jorgepedraza1275 3 ай бұрын
Any examples of authentication with MAUI Blazor Hybrid Apps and Web App Preview?
@CodingDroplets
@CodingDroplets 3 ай бұрын
Currently, there's no video on that topic, but I'll definitely consider doing it. Thanks for the suggestion!
@shaileshpandey6214
@shaileshpandey6214 6 ай бұрын
Very Nice tutorial. Please make a video on JWT authentication and authorisation for maui blazor hybrid app.
@CodingDroplets
@CodingDroplets 6 ай бұрын
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.
@shaileshpandey6214
@shaileshpandey6214 10 ай бұрын
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. ?
@dhirenpathak
@dhirenpathak Жыл бұрын
Great, Nice Tutorials
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback!
@sambhavyadavofficial
@sambhavyadavofficial Жыл бұрын
Very nice 👍
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you 👍
@tofansahra-kb7rv
@tofansahra-kb7rv Жыл бұрын
very good
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank You!
@developercrucible
@developercrucible 6 ай бұрын
We explained✌
@CodingDroplets
@CodingDroplets 6 ай бұрын
Thank You!
@niltechit2189
@niltechit2189 5 ай бұрын
Please give me solution how to create apk file for blazor hybrid app.
@CodingDroplets
@CodingDroplets 5 ай бұрын
You can refer the below documentation: learn.microsoft.com/en-us/dotnet/maui/android/deployment
@shabanelmogy7912
@shabanelmogy7912 11 ай бұрын
i need example connected with mobile devices
@CodingDroplets
@CodingDroplets 11 ай бұрын
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 11 ай бұрын
@@CodingDroplets i want example with platform integration like contact camera maps
@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 3 ай бұрын
Astroturf comments below. Be warned.
@CodingDroplets
@CodingDroplets 3 ай бұрын
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
Рет қаралды 20 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 36 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,6 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 3 МЛН
DotNet MAUI MVVM: Deep Dive into MVVM Architecture with .NET MAUI
27:22
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 310 М.
Maui online and offline database: Creating the online database
5:10
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 851 М.
.NET MAUI Controls: Mastering the Basics and Beyond
29:33
Coding Droplets
Рет қаралды 18 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 36 МЛН