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

แชร์
ฝัง

ความคิดเห็น • 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

  • @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 : th-cam.com/video/yGimTus2Sbc/w-d-xo.html ;)

    • @OludayoAlli
      @OludayoAlli  4 ปีที่แล้ว +2

      👍

  • @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?

  • @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 (

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

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

  • @emadafaqkhan93
    @emadafaqkhan93 5 ปีที่แล้ว +1

    Awesome !

  • @jamalfazeli9127
    @jamalfazeli9127 4 ปีที่แล้ว

    how to change direction to rtl in shell?

  • @darlinsanchezgarcia3504
    @darlinsanchezgarcia3504 4 ปีที่แล้ว +1

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

    • @OludayoAlli
      @OludayoAlli  4 ปีที่แล้ว +1

      Watch this: th-cam.com/video/1Vs4T6pEi_s/w-d-xo.html

  • @MsJeison1994
    @MsJeison1994 5 ปีที่แล้ว +1

    hello!
    how to use the BackButtonBehavior property with Command?

    • @OludayoAlli
      @OludayoAlli  5 ปีที่แล้ว

      Andres, check out our new video - th-cam.com/video/DKTYFfKPFmc/w-d-xo.html

  • @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?

  • @d_range211
    @d_range211 3 ปีที่แล้ว

    Where is the assets link?

  • @prabueleee
    @prabueleee 4 ปีที่แล้ว

    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 5 ปีที่แล้ว

      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/

  • @rogerccaqp
    @rogerccaqp 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