Custom Fonts & Font Icons/Images in Xamarin.Forms

  Рет қаралды 22,760

James Montemagno

James Montemagno

Күн бұрын

Пікірлер: 38
@elijahromer6544
@elijahromer6544 Жыл бұрын
James Montemagno - the illest Xamarin developer around. Thanks my dude.
@CraxGaming
@CraxGaming 3 жыл бұрын
Hi James. Thanks for the help. I based my bachelor task on a mobile application like uber, but for businesses,with xamarin forms and your videos learned me every basic thing i needed to know. Every other tutorial is to messy. Yours is really clean. So thank you.
@ATNL4
@ATNL4 2 жыл бұрын
Thanks you man , really I am spending over 5 days watching ur tuts and still not finish but really it was very nice time I speed a while . I learn a lot and see a guy know how to code not man just copy and paste, pro guy like u should get 1000K like for his nice work. again Thank you very much, and please keep good work.
@lostrocket9126
@lostrocket9126 Жыл бұрын
Saved my life, thank you James!
@ActeonEtharius
@ActeonEtharius 2 жыл бұрын
Great tutorial, really helped me out! Will start working through the rest now I've subbed :)
@skippydinggledank5217
@skippydinggledank5217 2 жыл бұрын
THANK YOU SO VERY MUCH! You helped me out so much dude :)
@saberint
@saberint 3 жыл бұрын
Thank you :) keep meaning to look up how to bring in font awesome but never seem to get around to it... 20 min vid and it’s done and dusted
@erikwettergren
@erikwettergren 3 жыл бұрын
Another nice tutorial (out of many) what's up next? I hope you consider doing a piece on how to add machine learning capabilities - I mean a coffee app should have the possibility to provide recommendations on what coffee to serve to people based on their mood - or grinder settings based on weather forecasts - right?
@fayazvar3948
@fayazvar3948 3 жыл бұрын
Beautiful and Important.
@jeffybanjo
@jeffybanjo 3 жыл бұрын
Cool, nice one, very helpful. Can you please do globalization/localisation in xamarin or point to any materials
@guyincognito1985
@guyincognito1985 3 жыл бұрын
Everything I know about Xamarin, I learned from James Montemagno, Carl Franklins and Gil Cleeren (Pluralsight).
@akramtalmoudi6374
@akramtalmoudi6374 2 жыл бұрын
hi James i want to Know more about the Call Log with xamarin please a video about it and to customized?
@sodiko100
@sodiko100 3 жыл бұрын
Thank you for your content. I am stuck with customizing the shell tab bar with icon fonts that change if it the tab is selected or not. I was able to use icon fonts with FontImageSource. To allow the iconfont to change, I have used Style Triggers that check the IsSelected Property and based on true or false will assign an icon font. However, this way it creates flickering and a small animation when changing tabs
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
See kzbin.info/www/bejne/a4TTgGubhc2Fhas
@thirdprize2
@thirdprize2 3 жыл бұрын
Except if you want to reference them from a bit of local HTML in a web view. Then it is a bit trickier as it doesn't just pick them up. That still needs platform dependant code.
@_grzehotnik
@_grzehotnik 2 жыл бұрын
some icons from font awesome are missing, they don't display at all
@bity-bite
@bity-bite 3 жыл бұрын
Will you ever create WPF tutorials? Your videos are amazing
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
I'm not super skilled WPF developer, but what specifically are you looking for?
@FaheemRasheed
@FaheemRasheed 2 жыл бұрын
how can we have an icon followed by the Label text. I mean an icon preceding the text for the same label. two labels with text of one set to static resource for font awesome and the other as text has some UI alignment issues.
@Paulojosejp
@Paulojosejp 2 жыл бұрын
I Love You
@Paulojosejp
@Paulojosejp 2 жыл бұрын
Have any tutorial on how to change font and title size?
@HelloVNNY
@HelloVNNY 3 жыл бұрын
Starting April 26, 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK. Will Xamarin ios app still be able to Apple Store??? Thanks.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
We shipped basically same day support for iOS 14 and Xcode 12 :) I have been using them since they came out. So the answer is yes.
@worldofbasti397
@worldofbasti397 3 жыл бұрын
This is a nice way of supporting icons, thank you! One question: Is it possible to add a contour?
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
A color? You can set the text color and it shows up in the color you pick
@worldofbasti397
@worldofbasti397 3 жыл бұрын
@@JamesMontemagno No, I mean something like an outline or stroke.
@JamesMontemagno
@JamesMontemagno 3 жыл бұрын
@@worldofbasti397 I don't think so, you would probably want to look at the built in drawing APIs of Xamarin.Forms to do that.
@worldofbasti397
@worldofbasti397 3 жыл бұрын
@@JamesMontemagno Ok, I’ll take a look at this. Thank you!
@simondesimpelaere7007
@simondesimpelaere7007 2 жыл бұрын
I don't plan on using all of the icons, how can i only upload a couple icons into my app instead of all of them?
@JamesMontemagno
@JamesMontemagno 2 жыл бұрын
So you would need to find a tool that lets you pick and choose and create a new custom font. I just use it all
@user-zm9hv2zc8j
@user-zm9hv2zc8j 2 жыл бұрын
hey I did everything but instead of an icon it puts an x any idea why?
@JamesMontemagno
@JamesMontemagno 2 жыл бұрын
Take a look at the source code github.com/jamesmontemagno/mycoffeeapp
@BinaryNexus
@BinaryNexus 2 жыл бұрын
I'm having the same issue. In my work app, it works fine. In my personal app, I have this issue. Did you ever figure it out?
@juannaranjo1388
@juannaranjo1388 2 жыл бұрын
I have the same problem. How do you fix that?
@getElementById_ProfileName
@getElementById_ProfileName 2 жыл бұрын
Hey. I had the same problem. Make sure that you: 1. Downloaded the ".ttf" or ".otf" fonts 2. Put your downloaded files into the project explorer and marked them as "Embadded ressource" 3. Add the downloaded files to your "AssemblyInfo.cs" like in the video 4. Have a class which defines the unicodes as static strings 5. Made an xmlns 6. Did the {x:Static} stuff 7. AND (THIS WAS MY PROBLEM) set the "FontFamily" attributes to your Aliases as you defined them in your "AssemblyInfo.cs". Like in the video, try FontFamily = "FAR" "FAS" or "FAB". I hope this helps you and some others! Good luck! 😄
@williamprogramer4168
@williamprogramer4168 3 жыл бұрын
⭐⭐⭐⭐⭐
@guyincognito1985
@guyincognito1985 3 жыл бұрын
Can I just buy a CD-ROM with 10,000 FREE ICONS!?
Dynamic App Themes in Xamarin.Forms - Light, Dark, & Custom Modes
25:13
James Montemagno
Рет қаралды 20 М.
Configuring & Optimizing Xamarin Projects - Smaller, Faster, Better Apps
32:49
Now it’s my turn ! 😂🥹 @danilisboom  #tiktok #elsarca
00:20
Elsa Arca
Рет қаралды 12 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 11 МЛН
나랑 아빠가 아이스크림 먹을 때
00:15
진영민yeongmin
Рет қаралды 15 МЛН
Modus males sekolah
00:14
fitrop
Рет қаралды 12 МЛН
Track Users Location in the Background with Android and Xamarin.Forms
41:14
Preparing a Xamarin.Forms Shell App for Development
11:28
James Montemagno
Рет қаралды 33 М.
Use Font Awesome icons in .NET MAUI (Full guide)
19:12
lite solutions
Рет қаралды 6 М.
Xamarin.Forms ListView - Everything you need to know (& .NET MAUI)
36:49
James Montemagno
Рет қаралды 62 М.
Xamarin Forms: Use a Custom Font
5:24
0xB01b
Рет қаралды 3,6 М.
How to Use Material Design Icons In .NET MAUI (Google Material Design Icon)
6:06
Programming With Pragnesh
Рет қаралды 4,9 М.
Using Custom Fonts in Xamarin.Forms Apps with Embedded Fonts
7:12
Gerald Versluis
Рет қаралды 6 М.
Now it’s my turn ! 😂🥹 @danilisboom  #tiktok #elsarca
00:20
Elsa Arca
Рет қаралды 12 МЛН