RELATIVE LAYOUT - Quick Tutorial (Xamarin Android)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Simplify your problems with One Calc - simple scientific calculator made with YOU in mind: play.google.co...
    RelativeLayout is your best friend if you want to make a flexible UI. You can position its child views relative to the layout itself or relative to other views.
    Get the code from this tutorial: wp.me/p8jOJP-3T
    Go to my website for more information, code examples and articles:
    ● resocoder.com
    Follow me on social media:
    ● / resocoder
    ● / resocoder

ความคิดเห็น • 16

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

    Your quick fix worked well but it did break the code. We wouldn't expect "second" on the first line of our xml. I wonder if there is any better solution? Like declaring all of our elements before hand and re-use them later.

  • @Mustafamutasim
    @Mustafamutasim 7 ปีที่แล้ว +2

    You are the best

  • @kopilkaiser8991
    @kopilkaiser8991 2 ปีที่แล้ว

    Like like like⭐️⭐️⭐️

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

    Thanks you Sir. Your Video was very good

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

    you are best teacher'

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

    Great 👍

  • @KiWi26
    @KiWi26 7 ปีที่แล้ว

    good video, thanks a lot along with the code

    • @ResoCoder
      @ResoCoder  7 ปีที่แล้ว

      Thank you for watching!

  • @NevaranUniverse
    @NevaranUniverse 6 ปีที่แล้ว

    I am trying to do this aligning with two other layouts(grid and linear) inside the relative one, but I dont seem to have the attributes for the specific layout - do you know why this happens?

    • @ResoCoder
      @ResoCoder  6 ปีที่แล้ว

      Do you mean you can't do stuff with the grid and linear layout? Like "android:orientation"... If so, it must be a bug inside Xamarin :/

    • @NevaranUniverse
      @NevaranUniverse 6 ปีที่แล้ว

      There was some weird bug involved with it- it always activated the previously written layout's attributes and woudnt allow either of them to work (errors and such). After a few clean and rebuild of solution and restart of VS, it seemed to have fixed by itself. Very weird bugs though

    • @ResoCoder
      @ResoCoder  6 ปีที่แล้ว

      Xamarin is buggy as hell. That's the main reason why I switched to native development on Android.

    • @aledigitale3377
      @aledigitale3377 6 ปีที่แล้ว

      Hi Reso Coder. First of all, thank you so MUCH for your great tutorials !! They're the best on the whole net !! I'm learning sooooo much with them. Now, just a question : do you mean XAMARIN ANDROID is buggy too ? ( I abandoned XAMARIN FORMS for this precise same reason, and hoped to solve using XAMARIN ANDROID ). So, at last, you switched to native JAVA development ?

    • @ResoCoder
      @ResoCoder  6 ปีที่แล้ว

      Yes, it is buggy. It's not that you cannot develop in it but native development will save you much time and despair. (Also I recommend Kotlin over Java 😉)