Animation In Xamarin Forms | Shared Transition | Real-Estate App

Поділитися
Вставка

КОМЕНТАРІ • 70

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

    What did you learn in this video? Kindly share in the comments.

  • @ziajunaidi2023
    @ziajunaidi2023 2 роки тому

    Thanks! You are the best XAML UI designer i have come across on youtube.

  • @raphaelyaadar1645
    @raphaelyaadar1645 4 роки тому +5

    Great video. I've been using XF for almost three years now and I really did learn a lot of new stuff from this. Keep up the good work.

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

      Thank You. I'm glad you go value from the video.

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

    Really excellent channel. A wealth of information in this video

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

    Man, You just earned yourself a new subscriber, watched two videos earlier and man it was good! Keep it up :D

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

    Perfect video. Thank you very much for your teachings.

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

    Thank you again!! Great tutorial and best Xamarin tutorial I found so far!!

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

    I really enjoyed the tuto you did hope you post more videos like that ;) Keep up the good work :D

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

    Loved the way you explain and do the coding in XAML. Learned many things. Any reason you are not using collection view on the main page to show list of property and also types?

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

      Thank you. I'm glad you find it useful.
      I have no reason for not using collection view. Collection View will give you the same result. You know that there are may ways to achieve the same result in software development, you just pick the method that appeal to you most.

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

    Excelent Work, I like this video!, thanks for sharing your knowledge

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

    Hi, I really like your videos and am learning a lot - however, why are you not using viewmodels (and therefore not using MVVM)?
    Thanks!

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

      Since the videos are meant to explain concepts, I decided to make it vanila so that everybody can follow. I use MVVM in my production applications.
      I'm glad you find the videos helpful. Thanks!

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

      @@OludayoAlli thanks for the reply. Could you consider explaining MVVM in future videos and transitioning towards using the pattern?
      People will learn because you teach so well!

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

      @@crisoxley5202 I will consider that. Thank you.

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

    Thank you brother.

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

    Thanks for the video pls what can be the probem i have trying to debug my code using my mobile phone but it will deploy but not not display anything just a white screen

  • @shayan.650i
    @shayan.650i 3 роки тому

    Thank you for this tutorial

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

    Thank you for sharing brother

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

    GREAT CONTENT, keep creating!! 😎❗️↗️

  • @AhmedTXT
    @AhmedTXT 2 роки тому

    nice brother

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

    thank you we want more

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

    hello! thanks for videos, i have a question, i wanna do property type list like this but not using pancake view, i wanna do it like tab but not using tabbed page built in! just wanna have a box view under a label and when clicking on it the underline change the color! would you mind help me?

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

    Do you think its possible use xaml hot reload and emulator in your tutorials so that its easier to see the UI being built up live in emulator as you progress?

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

      I will condider that. Thanks

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

    Good job again..just curious how are you able to determine the hexcode of a color?

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

      If you have been working with colors, you'll get used to most commonly used. However, you don't need to master any color as the colors used should be provided in a design sheet by the UI Designer

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

    DevCrux, I have only made 2 x apps, both are code behind, MVVM seems hard to understand. which framework do you like for MVVM ?

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

      I don't use any MVVM framework for now. The next video will include MVVM implementation, hopefully it will help to understand MVVM more.

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

      @@OludayoAlli This is amazing, thank you,.

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

    Thank you for this video :)
    What's the difference between Grid Tapgesture and ImageButton?

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

      ImageButton works as a normal button and has image attributes. You can use it for things like search button, filter button, share button or any other button that has image/icon. ImageButton has a Clicked event. For TapGesture on Grid or other controls, these controls do not have clicked event so if you want something to happen when user tap on those controls, you need to handle the TapGesture.
      I hope this helps.

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

    Nice video, do you know how to set PropertyType "All" selected by default? Thank you in advance

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

      You can get the first child of the StackLayout and make it go to the selected state

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

    thanks Excellent Work, I hope take about REST API AND SQL SERVER build app step by step from building database to end of app

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

    Great tutorial as always! I am totally new to Xamarin.. and I've been assigned project which I'm intending to use Xamarin, may I bother you time to time? Do you do mentoring? This is really a turning point in my career and I'll be grateful

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

      Bothering me time to time sounds scary. Lol. However, I will be glad to help to the BEST of my ABILITY and AVAILABILITY.

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

      @@OludayoAlli Oh thank you Sir! I meant something like simple UI(Splash, login page, menuPage)and a CRUD operation ..Or step by step MVVM That would be great

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

      Same situation 🤠, already bought the book you advice . What c# part do I have to focus . Thank you sir

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

      Bonke, C# is a language and just like natural language, it's better to learn as much as you can and apply whatever you've learnt while you continue to learn. I hope you get my point.

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

      Thank you @DeveCrux ,I got you .

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

    can you make an interesting theme for login and register?

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

      Watch thi video: ua-cam.com/video/X3ZND30zI_A/v-deo.html

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

    🤯

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

    great job
    Andriod it's working perfectly
    but in IOS the images not appear
    thank you

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

    Hello please make working with file and send image and video with xamarin forms

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

    Source code??

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

      Check the description of the video

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

      @@OludayoAlli Ur blog cannot access the source code send me to Ur blog so I just comment anyway thanks 😊 keep posting!!

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

      Find the button "Get Source Code" on this page. devcrux.com/blog/animation-in-xamarin-forms-shared-transition/

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

    my phone is samsung A500 api level 26

  • @Saif_mohammed1
    @Saif_mohammed1 2 роки тому +1

    ترجم للعربية