Тёмный

Configuring & Optimizing Xamarin Projects - Smaller, Faster, Better Apps 

James Montemagno
Подписаться 138 тыс.
Просмотров 48 тыс.
50% 1

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 59   
@vokilamradli8738
@vokilamradli8738 3 года назад
Thx James! Such videos are very important and useful because Xamarin is constantly updating and project settings too.
@JamesMontemagno
@JamesMontemagno 3 года назад
Glad you found it helpful!
@RossCombe
@RossCombe 3 года назад
Thank you James, I have an app idea but have been overwhelmed by where to begin. I'm starting here. keep them coming
@Otonium
@Otonium 2 года назад
Love the way you take time to dive a bit deeper than other tutorials. I've enjoyed it. Thanks!
@JamesMontemagno
@JamesMontemagno 2 года назад
Glad it was helpful!
@4Asteria
@4Asteria 3 года назад
Thanks for doing this series. I really learn a lot from you
@alexanderspiegel6747
@alexanderspiegel6747 3 года назад
That is exactly I was going to search for. Thanks James
@mustafaalneami5193
@mustafaalneami5193 2 года назад
thanks for everything James u r the best
@ankitgupta2oct
@ankitgupta2oct 3 года назад
Very very helpful. I always wanted a video like this that explains all settings of Xamarin. Thank you
@JamesMontemagno
@JamesMontemagno 3 года назад
Glad it was helpful!
@deaasaleh3613
@deaasaleh3613 3 года назад
I was waiting for video about this from you alot Thank you James , keep on
@JamesMontemagno
@JamesMontemagno 3 года назад
More to come!
@vishalkonda
@vishalkonda 3 года назад
Great Video Sir, awesome teaching skill.... Zero Dislikes = Zero Haters
@piinetu
@piinetu 2 года назад
Thanks again James .. learning a lot with your clear and detailed explanation
@frettmann5317
@frettmann5317 11 месяцев назад
Our new Hero !
@fury.turtle6790
@fury.turtle6790 3 года назад
Hi.James I'm always grateful to watch the video. In addition to this video, some of the video's auto-generated subtitles are in Vietnamese. Although the automatic translation is not perfect, it is a great help for me, who is a non-English speaking person. Can you edit it?
@jandd661
@jandd661 2 года назад
Excellent series. Great format, good information, perfect pacing.
@Songfugel
@Songfugel 3 года назад
Great video, however, this would have possibly been better at the later stages of the tutorial, after actually already doing something, so would have something more solid and tangible to test it with. Especially since this is beginners tutorial, optimization is not the first thing you need/want to know about, since it is hard to contextualize the implications and benefits of 99% of the settings. For an experienced android/iOS dev these are ofc immensely beneficial and good to know right from the start, but quite a bit confusing and disheartening for example to a mobile beginner like me coming from enterprise and unity side
@LobsterHarry
@LobsterHarry 3 года назад
That was really interesting and helpful. Thank you very much ! Maybe for another Video: I am always looking for "Best Practice". The most of all courses deliver only sample code but if you (I mean "I") have to distribute a really reliable app you have to take care of a lot of stuff that is not mentioned in many courses like "Error Handling". What if you using REST or Database-Connections and have a weak WiFi. How to handle Errors. Should I deal with it locally or globally and what is the most elegant way to do this. I am a freelancer and have to learn everything on my own and I am afraid to have my own style of programming that other developers might not like if I am on a team one day....RU-vid is full of "samples" to show off but not with "business code". Also how to automatically test your application. I saw samples of that but there must be a "professional" way of doing that !
@JamesMontemagno
@JamesMontemagno 3 года назад
Hey there! Glad you enjoyed the video! I like the idea :) will put on backlog as I build out the app :)
@OlegNadymov
@OlegNadymov 2 года назад
James, thank you!
@lloydpratt7258
@lloydpratt7258 3 года назад
Good afternoon James. I am trying to make these settings in VS for Mac but there isnt an option for "Properties" when i right click android or iOS. The properties window on the side bar does not give me the options that you show. How can i set these values using VS mac?
@JamesMontemagno
@JamesMontemagno 3 года назад
On visual studio for mac, right click on the Android or iOS project and go to "Options"
@aidubxr2016
@aidubxr2016 2 года назад
First video was great, but this is confusing for a beginner like me. How am I to understand optimization if I don't know the foundamental concepts first.
@sarthakchauhan4163
@sarthakchauhan4163 3 года назад
Love Xamarin and your video
@JamesMontemagno
@JamesMontemagno 3 года назад
Thanks for watching and subscribing!
@hamittrpan249
@hamittrpan249 3 года назад
Thanks James
@acidrazor
@acidrazor 3 года назад
How would this look like with a domain driven model / infrastructure/core/data layer?
@markeytcheson8919
@markeytcheson8919 2 года назад
Hi. You talk about "in show notes below" but I can't find them. How can I get to them? Awesome videos by the way. Sooo helpful.
@JamesMontemagno
@JamesMontemagno 2 года назад
Below the video you will see a description and a "see more" button which has more info and links :)
@JacobEgner
@JacobEgner 3 года назад
Be careful about enabling a code shrinker (like r8); it would cause my app to crash (because of reflection stuff in Prism IOC?), and the internet seems to have a lot of other people having similar problems with r8/ProGuard.
@JamesMontemagno
@JamesMontemagno 3 года назад
Yeah based on what you use, you may have to include a config file. But make sure you only link SDK assemblies.
@consumerelitist6508
@consumerelitist6508 3 года назад
Hi James! Under the iOS "Code Generation & Runtime", for both "Active (Debug)" and "Release", I only have three options available in my dropdown menu. Those are: x84_64, i386, and i386 + x84_64. Any pointers on how I may be able to have access to the type of dropdown options you presented around the 22:58 marker? Thanks! Oh by the way, I have been watching your videos and have been seriously enjoying the learning process associated with Xamarin.Forms mobile applications development.
@JamesMontemagno
@JamesMontemagno 3 года назад
Make sure that you have "Release" & "iPhone" selected to get the configuration you need there.
@b4bass
@b4bass 2 года назад
Hi James - great course, but I'm encountering some issues that didn't come up during your setup. Running the latest Visual Studio 19. First issue: Unable to find package NETStandard.Library with version (>= 2.0.3) Second Issue : Error on startup "Intel® Hardware Acceleration Driver missing". The 2nd one is killing me as I can't seem to find this driver. Any thoughts why I have these issues while in your video there were none? Also, is it possible to use the emulators from my Android Studio in Visual Studio?
@JamesMontemagno
@JamesMontemagno 2 года назад
I would use VS 2022 now, else do a repair on VS 2019 from the installer. Seems like something is off. You can use any emulator from android studio or visual studio. They should just pop up in there. See docs.microsoft.com/en-us/xamarin/android/get-started/installation/android-emulator/
@koastgamer9701
@koastgamer9701 2 года назад
Please put these in a playlist or title them with Part numbers. I think people are lost after the first video
@JamesMontemagno
@JamesMontemagno 2 года назад
There has always been a playlist ru-vid.com/group/PLwOF5UVsZWUiHY1CkRVjYJ6dm0iCvAlfw. I’ll make sure to add a link :)
@havardmoas5351
@havardmoas5351 3 года назад
Hi James! Nice vid. What do you use to zoom and insert arrows?
@banzai316
@banzai316 3 года назад
It's called ZoomIt (from SysInternals)
@argonjs
@argonjs 3 года назад
Hi James, Can you make a video about Creating a template for Xamarin Project. Like folder structure for Normal MVVM and Stuff
@JamesMontemagno
@JamesMontemagno 3 года назад
For sure, I am working my way up to that :)
@abdulwasey1151
@abdulwasey1151 3 года назад
If you have some knowledge of Xamarin development, You can follow the guideline which is written in this book "Enterprise-Application-Patterns-using-XamarinForms"
@ukgames304d
@ukgames304d 3 года назад
Thanks But Why UWP Still Expermential To Use Shell Pages We Need UWP Full Support For Shell
@mobileappdeployment956
@mobileappdeployment956 3 года назад
Thank you.
@JamesMontemagno
@JamesMontemagno 3 года назад
You're welcome!
@زكرياالراوي-ل1ص
@زكرياالراوي-ل1ص 3 года назад
This very good
@aiyaar3588
@aiyaar3588 3 года назад
You got Subscription! :)
@JamesMontemagno
@JamesMontemagno 3 года назад
Thanks buddy!
@pistonring1399
@pistonring1399 3 года назад
Yes you got me subscribed too
@25kyro
@25kyro 3 года назад
Hello, I always get Duplicate linking errors for builds with linking SDK Assemblies on IOS. I tried deleting folders and deleted bin but nothing. How can I fix this issue?
@JamesMontemagno
@JamesMontemagno 3 года назад
Hard to diagnose issues on youtube but post a Q over on our Q&A: docs.microsoft.com/en-us/answers/products/dotnet
@FaheemRasheed
@FaheemRasheed 2 года назад
There are some new settings available now. This video needs to be updated.
@JamesMontemagno
@JamesMontemagno 2 года назад
Are you talking about .NET 6 settings in Preview?
@FaheemRasheed
@FaheemRasheed 2 года назад
@@JamesMontemagno i recently came across one of my apps, where i am not sure, will have to check the dot net framework version, it lists four additional settings like LLVM compiler, AOT and two more which i dont remember.
@alisaleem2381
@alisaleem2381 3 года назад
can you do one video with firebase too since there are not much vid on firebase. i know azure is great but i am a student so cannot register with azure as of now
@JamesMontemagno
@JamesMontemagno 3 года назад
I will look into it! Have you seen the free azure account for students: azure.microsoft.com/en-us/free/students/
@alisaleem2381
@alisaleem2381 3 года назад
@@JamesMontemagno Azure for students is new to me so will look into it. And thank you for the response..
@john-blair
@john-blair 2 года назад
FYI If you wanted to use your own keystore to avoid doing it during publishing to PLay Store run a command similar to the following: keytool -genkey -v -keystore j7r.keystore -alias j7r.package -keyalg RSA -keysize 2048 -validity 10000
Далее
Managing & Updating Xamarin NuGet Packages Efficiently
21:22
Preparing a Xamarin.Forms Shell App for Development
11:28
Is There Hope For .NET MAUI?
7:10
Просмотров 28 тыс.
Hacking Windows TrustedInstaller (GOD MODE)
31:07
Просмотров 623 тыс.
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 635 тыс.