69
tahnik
7y

Android Relative layout is similar to Microsoft Word.

Move the button a little bit and earth moves from it's orbit :/

Comments
  • 8
    Well, you haven't had your chance with ConstraintLayout. It's RelativeLayout's big sister, on steroids.
  • 3
    @LoveBytes I love ConstraintLayout🍻
  • 1
    I really dont understand how can people make Android apps soo soft for eyes xd
  • 1
    @bdhobare I tried it out, when it came out, and it was too buggy. There have been a lot of updates though, so I know my opinion is outdated. Is it good now? I had issues making the layout work if I changed screen size.
  • 2
    Yeah, and it's performance is similar to a dead horse.
  • 1
    Oh that's why I felt an earthquake earlier!
  • 2
    @LoveBytes I also tried it after I/O it was buggy and annoying because views were misaligning.
    Mid September I tried it once again after working through Google's Codelabs.
    It is much better now.(Reduces the nesting). However ,it does not remove the pain of adapting views to different screens :(
  • 3
    Google should just bundle all these extra libraries(Recyclerview,cardview,constraintLayout etc) into appcompat or design library instead of adding alot of dependencies to build.gradle.
Add Comment