Hello nice tutorial Please can i ask you question How to when I press back button Go to back previous page in xamarin shell Because now when I press back button the application is close Do you have solutions?
Hi. I'm learning from your videos. In one of the lessons I made TabBar and then decided to add Google Maps. Now the application swears "Cannot resolve type". When creating TAbbar, it was like this:
. Swears on views: DashBoard. Help please, the forums are silent (
@@OludayoAlli Thanx alot seems you must add them directly in the solutions explorer in visual studios and not just copy paste in the folder of the project in windows explorer.
@@jkmutea If you paste them in the folder of the project in windows explorer, they will be hidden in Solution Explorer in VS. You will have to show all hidden files, right click the files and select "Include In Project"
Hii I follow your video I got all output same as u got but didn't navigate from settings or other than homepage it didn't give me any error or nothing else plz solve my problem
Nice!. How to have this project like a template for start Project. But First i like to know how to change the toolbar (NavBar) color with XF. in android there is colors.xml and styles. .. but not change de toolbar color. Please an example to change toolbar color, status bar color etc.
You are great friend...!!!
Wow bro you deserve more subscribers. Thanks a lot for this amazing and informative tutorial. Keep it up
Thank you! You can check more content on the channel.
This is really awesome and beneficial tutorial
Hello nice tutorial
Please can i ask you question
How to when I press back button
Go to back previous page in xamarin shell
Because now when I press back button the application is close
Do you have solutions?
Hi DevCruz, I just want to say thank you for this awesome tutorial. May I ask where is the Part 3 of the tutorial? Thanks in advance!
Hi, this is the part 3 : ua-cam.com/video/yGimTus2Sbc/v-deo.html ;)
👍
Hi, how can I add a side menu on the right? Help me,
Watch this: ua-cam.com/video/1Vs4T6pEi_s/v-deo.html
Hi. I'm learning from your videos. In one of the lessons I made TabBar and then decided to add Google Maps. Now the application swears "Cannot resolve type". When creating TAbbar, it was like this:
.
Swears on views: DashBoard.
Help please, the forums are silent (
hello!
how to use the BackButtonBehavior property with Command?
Andres, check out our new video - ua-cam.com/video/DKTYFfKPFmc/v-deo.html
Hey thanx for the very informative video but why are the icons not showing on android emulator
Thank you!
I used the iOS project in the sample. The images must be missing in the Android Drawable folder. Adding those images will solve the issue.
@@OludayoAlli Thanx alot seems you must add them directly in the solutions explorer in visual studios and not just copy paste in the folder of the project in windows explorer.
@@jkmutea If you paste them in the folder of the project in windows explorer, they will be hidden in Solution Explorer in VS. You will have to show all hidden files, right click the files and select "Include In Project"
DevCrux Technologies Thanx alot man again the video was very very helpful..
@@jkmutea You're welcome
how to change direction to rtl in shell?
Awesome !
Thank you Khan
Hii I follow your video I got all output same as u got but didn't navigate from settings or other than homepage it didn't give me any error or nothing else plz solve my problem
Where is the assets link?
Hello..Please help me!
From Login Page clicked Button to Shell Page ???
private async void Button_Clicked(object sender, EventArgs e)
{
await Navigation.PushAsync(new MosicPage());
}
} such as it's not possible!! Please write answer...
Please help me. How to show the Tabbar in the About page?
undefined clr namespace -
clr-namespace
I WANT TUTORIAL ABOUT HOW TO DO LOGIN PAGE FLOW WITH SHELL
I will condider that in a future video
Yes please!
would be nice to get fontawesome images instead of being forced to use images... maybe use a custom renderer?
is this even possible in xamarin forms ?
@@onyebuchiboss I hope, now it is possible , you can refer
montemagno.com/using-font-icons-in-xamarin-forms-goodbye-images-hello-fonts/
Nice!. How to have this project like a template for start Project. But First i like to know how to change the toolbar (NavBar) color with XF. in android there is colors.xml and styles. .. but not change de toolbar color.
Please an example to change toolbar color, status bar color etc.
nice material , but can u talk slowly , just advice
Thank you. I will put that in mind
@@OludayoAlli btw can i navigate shell to shell? because i cant navigate loginpage that is inherit from contentpage to pushasync to shell page