Hi . Is there a way to have flyout and only one option show two options on Tabbar?
@jdavidson40182 ай бұрын
I need something more basic for existing Xamarin app, preferably with voice-over not music
@eelam_hiphops6 ай бұрын
do more tutorials
@kirillnovozhilov70469 ай бұрын
Why you dont show the actual result of what u have did? On different platfroms the tabbar is top or bottom. Where do you show how you force it to be bottom or top on any platform?
@CodingHubYtb9 ай бұрын
In the video, I'm only showing the result on mobile. On platforms such as desktop applications, the tabbar is positioned at the top. Maui doesn't manage this. On Xamarin.Forms, you could use tabviews to manage these different cases. It is not currently available on Maui.
@SyedTassaduq10 ай бұрын
Icons are tinted how do I set colored png in the bottom bar?
@CodingHubYtb10 ай бұрын
Hello, in the file Resources/Styles/Style.xaml
@willansell264610 ай бұрын
Great, but how do I actually get the NavBar to show on the views created?
@eyluulali11 ай бұрын
Hello can you reply
@CodingHubYtb11 ай бұрын
Yes
@enriqueleon4806 Жыл бұрын
how to separate tabbar in only one page?
@CodingHubYtb Жыл бұрын
I didn't understand your question
@mraak324 Жыл бұрын
<FlyoutItem FlyoutDisplayOptions="AsSingleItem"> when set this property application is not crash
@mraak324 Жыл бұрын
<FlyoutItem FlyoutDisplayOptions="AsMultipleItems"> when set this property application is crash
@CodingHubYtb Жыл бұрын
This means there's a problem with the items. Do you have the correct item icons? If you find the bug, please let me know. I'm trying on my side to see where the bug might come from.
@mraak324 Жыл бұрын
application is crash when apk open in mobile without debuging
@CodingHubYtb Жыл бұрын
please tell me which device you have ans which version
@blancatrujillohigueras986511 ай бұрын
SAMNSUNG TAB S7 @@CodingHubYtb
@realidadecapenga91635 ай бұрын
For those encountering a similar issue, it is likely caused by the XAML compiler. The behavior of XAML compilation differs depending on whether you are debugging or running the application normally. The debugger tends to be more lenient and may not crash if there is a missing style or asset, which could lead to discrepancies in behavior between debug and release modes. (translated by ChatGPT)
@arsalanasif5105 Жыл бұрын
I need a full video
@DeepWorksStudios Жыл бұрын
Thank you for sharing this project with the community. Youre awsome Keep it up!
@CodingHubYtb Жыл бұрын
Thank you for your comment and thank you to the community.
@minhvan2265 Жыл бұрын
Hi, have you try to run your code on Windows? The tab always be placed on top. I'm looking around if some one could solve this issue. Thanks.
@CodingHubYtb Жыл бұрын
I'll get back to you if I have any news about this problem. If you don't hear from me, I haven't found the solution yet.
@netrixtechie Жыл бұрын
This is great, thanks
@mk-ep7yk Жыл бұрын
wonderfull ☺👏
@CodingHubYtb Жыл бұрын
Thank you! 😊
@mk-ep7yk Жыл бұрын
@@CodingHubYtb 🙏🙏🤗🤗☺☺
@montassarmeddeb6979 Жыл бұрын
Thanx Bro it's very helpful
@marvinxulu7816 Жыл бұрын
More
@CodingHubYtb Жыл бұрын
Yes
@anasabubakar4125 Жыл бұрын
Good job bro. You Xamarin tutorials are beyond simple apps
@CodingHubYtb Жыл бұрын
Thank you my friend. Do you prefer tutorial videos on xamarin or maui or both?
@mandardesai3841 Жыл бұрын
please do more video on ui in maui Thank You.
@maybe3392 Жыл бұрын
VS2019 can't use this for whatever reason. All the packages are broken, and I can't repair it. You know it's bad when it doesn't recognize System.String.
@CodingHubYtb Жыл бұрын
I use a .gitignore for this github project. That's why you only have access to the code without being able to compile. I heard your remark and I will put the whole project with the possibility to compile tonight. Thanks for your patience.
@BreakingSkiesMedia2 жыл бұрын
thank you! but there is a issue with your code: change if (result.ContentType == "image/png" || result.ContentType == "image/jpeg" || result.ContentType == "image/jpg") return result; TO if (result.ContentType == "png" || result.ContentType == "jpeg" || result.ContentType == "jpg") return result;
@CodingHubYtb2 жыл бұрын
With this change, does it work?
@BreakingSkiesMedia2 жыл бұрын
@@CodingHubYtb yes!
@CodingHubYtb2 жыл бұрын
Thank you. I will pin your comment
@brucelee142 жыл бұрын
⭐️⭐️⭐️⭐️⭐️
@CodingHubYtb2 жыл бұрын
Thanks 😂
@leonardgame7812 жыл бұрын
⭐️⭐️⭐️⭐️⭐️
@CodingHubYtb2 жыл бұрын
Thanks
@williamprogramer41682 жыл бұрын
⭐⭐⭐⭐⭐
@CodingHubYtb2 жыл бұрын
Thanks
@osamamusaed69662 жыл бұрын
Very amazing
@CodingHubYtb2 жыл бұрын
Thank you my friend
@koryguilfoyle61982 жыл бұрын
𝓅𝓇𝑜𝓂𝑜𝓈𝓂
@bobbville2 жыл бұрын
🔥🔥🔥
@selfishgaming29282 жыл бұрын
hi why i cant access mafreebox?
@CodingHubYtb2 жыл бұрын
For my part, my box is called the freebox. If you have a different box, you have to go to the website of your box. Which network are you on?
@selfishgaming29282 жыл бұрын
@@CodingHubYtb globe at home and do i need port forwarding
@CodingHubYtb2 жыл бұрын
Since your network box has a public ip, a redirection is necessary for outsiders to communicate with you on the server
@selfishgaming29282 жыл бұрын
@@CodingHubYtb i dont understand
@CodingHubYtb2 жыл бұрын
To put it simply. Your internet box has a public IP where everyone can access it. Port forwarding allows you to redirect the public IP of your internet box to the local IP of the server via the redirection port. This means that if I reach the server with the public IP of your internet box and with the redirection port, I reach your server even if it is thousands of kilometres away.
@selfishgaming29282 жыл бұрын
Is this the tutorial
@CodingHubYtb2 жыл бұрын
Yes, this is the tutorial. In the second part of the video, there is an example with my chat message
@selfishgaming29282 жыл бұрын
@@CodingHubYtb thank you sooo muchh
@CodingHubYtb2 жыл бұрын
You're welcome 😁
@selfishgaming29282 жыл бұрын
Still waiting for the tutorial
@CodingHubYtb2 жыл бұрын
The next video will be the tutorial 😁
@CodingHubYtb2 жыл бұрын
The tutorial will be this week's Friday
@selfishgaming29282 жыл бұрын
Not connecting
@CodingHubYtb2 жыл бұрын
It's two different devices on the same network.
@selfishgaming29282 жыл бұрын
@@CodingHubYtb yes it doesn't work
@selfishgaming29282 жыл бұрын
@@CodingHubYtb e tried connecting mobile to pc
@CodingHubYtb2 жыл бұрын
Did you get the server ip and port?
@CodingHubYtb2 жыл бұрын
Maybe the computer is using the ports. -Verifies that the devices are on the same network -Use different ports if that doesn't work -If that doesn't work, try changing networks to see a difference