Xamarin Forms Shell - Implementing Shell in Xamarin Forms 4.0 (Part 2)

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 38

  • @sisgcomnicaragua6913
    @sisgcomnicaragua6913 3 роки тому +1

    You are great friend...!!!

  • @mindseth528
    @mindseth528 4 роки тому +2

    Wow bro you deserve more subscribers. Thanks a lot for this amazing and informative tutorial. Keep it up

    • @OludayoAlli
      @OludayoAlli  4 роки тому +3

      Thank you! You can check more content on the channel.

  • @tassawarabbas8211
    @tassawarabbas8211 3 роки тому

    This is really awesome and beneficial tutorial

  • @elqubed
    @elqubed Рік тому

    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?

  • @Ronintados
    @Ronintados 4 роки тому +3

    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!

    • @TheGlesiass
      @TheGlesiass 4 роки тому +2

      Hi, this is the part 3 : ua-cam.com/video/yGimTus2Sbc/v-deo.html ;)

    • @OludayoAlli
      @OludayoAlli  4 роки тому +2

      👍

  • @darlinsanchezgarcia3504
    @darlinsanchezgarcia3504 4 роки тому +1

    Hi, how can I add a side menu on the right? Help me,

    • @OludayoAlli
      @OludayoAlli  4 роки тому +1

      Watch this: ua-cam.com/video/1Vs4T6pEi_s/v-deo.html

  • @ZeninZi
    @ZeninZi 3 роки тому

    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 (

  • @MsJeison1994
    @MsJeison1994 5 років тому +1

    hello!
    how to use the BackButtonBehavior property with Command?

    • @OludayoAlli
      @OludayoAlli  5 років тому

      Andres, check out our new video - ua-cam.com/video/DKTYFfKPFmc/v-deo.html

  • @jkmutea
    @jkmutea 4 роки тому +1

    Hey thanx for the very informative video but why are the icons not showing on android emulator

    • @OludayoAlli
      @OludayoAlli  4 роки тому +1

      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.

    • @jkmutea
      @jkmutea 4 роки тому +1

      @@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.

    • @OludayoAlli
      @OludayoAlli  4 роки тому +1

      @@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"

    • @jkmutea
      @jkmutea 4 роки тому +1

      DevCrux Technologies Thanx alot man again the video was very very helpful..

    • @OludayoAlli
      @OludayoAlli  4 роки тому

      @@jkmutea You're welcome

  • @jamalfazeli9127
    @jamalfazeli9127 4 роки тому

    how to change direction to rtl in shell?

  • @emadafaqkhan93
    @emadafaqkhan93 5 років тому +1

    Awesome !

  • @pallavibadgujar7958
    @pallavibadgujar7958 3 роки тому

    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

  • @d_range211
    @d_range211 3 роки тому

    Where is the assets link?

  • @Metastudiogamepro
    @Metastudiogamepro 5 років тому

    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...

  • @vanthuyet2948
    @vanthuyet2948 4 роки тому

    Please help me. How to show the Tabbar in the About page?

  • @prabueleee
    @prabueleee 3 роки тому

    undefined clr namespace -
    clr-namespace

  • @sirajshaikh3940
    @sirajshaikh3940 4 роки тому +2

    I WANT TUTORIAL ABOUT HOW TO DO LOGIN PAGE FLOW WITH SHELL

    • @OludayoAlli
      @OludayoAlli  4 роки тому +1

      I will condider that in a future video

    • @maava
      @maava 3 роки тому

      Yes please!

  • @ericleija9287
    @ericleija9287 5 років тому +2

    would be nice to get fontawesome images instead of being forced to use images... maybe use a custom renderer?

    • @onyebuchiboss
      @onyebuchiboss 4 роки тому

      is this even possible in xamarin forms ?

    • @sandeshdaddi3687
      @sandeshdaddi3687 4 роки тому +1

      @@onyebuchiboss I hope, now it is possible , you can refer
      montemagno.com/using-font-icons-in-xamarin-forms-goodbye-images-hello-fonts/

  • @rogercolque
    @rogercolque 5 років тому

    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.

  • @pakpres7646
    @pakpres7646 4 роки тому +1

    nice material , but can u talk slowly , just advice

    • @OludayoAlli
      @OludayoAlli  4 роки тому +1

      Thank you. I will put that in mind

    • @pakpres7646
      @pakpres7646 4 роки тому

      @@OludayoAlli btw can i navigate shell to shell? because i cant navigate loginpage that is inherit from contentpage to pushasync to shell page