Android Jetpack: What's new in Architecture Components (Google I/O '18)

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 45

  • @BenyusBoros
    @BenyusBoros 6 лет назад +83

    Timestamps for navigation
    2:30 What's new in a nutshell
    3:13 What's new in the Architecture layer
    3:33 Lifecycles
    8:02 Databinding
    9:37 Room
    12:57 Paging
    16:05 Navigation
    21:43 WorkManager
    28:30 future goals

    • @zeyonghuang8133
      @zeyonghuang8133 6 лет назад

      as a human ,i just want to visit youtube ,am i doing wrong thing?
      i like to get a choice , but ,they banned me , freedom is very important for technology .

    • @PedroOkawa
      @PedroOkawa 6 лет назад

      Thanks, my hero!

    • @zeyonghuang8133
      @zeyonghuang8133 6 лет назад

      no ,i am not a hero , i just talk about it .
      china is the second better country in Asia

    • @PedroOkawa
      @PedroOkawa 6 лет назад

      I mean Bence Boros is my hero.

    • @zeyonghuang8133
      @zeyonghuang8133 6 лет назад

      haha ,sorry

  • @codinginflow
    @codinginflow 6 лет назад +12

    I am really enjoying learning Architecture Components

  • @lynram5110
    @lynram5110 2 года назад

    Thank you for all the sacrifice to form my life in this technology it gives a lot blessings

  • @michaelnajera7958
    @michaelnajera7958 6 лет назад +11

    @RawQuery I'm going to miss writing the same query 12 times

  • @realharo
    @realharo 6 лет назад +2

    Regarding future components, what I would like to see is something like Paging for maps with markers.

  • @armanchatikyan
    @armanchatikyan 6 лет назад +4

    How do they create this kind of presentations(animations)?

  • @ehabshaban7119
    @ehabshaban7119 6 лет назад

    wow great work ... That is awesome Android supporters

  • @davidhernandez9985
    @davidhernandez9985 5 лет назад +1

    Anything on a fusion of architecture & engineering with 3dprinting with the design & construction of buildings& bridges & highways like the
    3-d cement printer for an example?

    • @davidhernandez9985
      @davidhernandez9985 5 лет назад +1

      And anything more recent updates this video is 9mounths ago.

  • @mehmetyldz9315
    @mehmetyldz9315 6 лет назад +1

    yiğit türkiyenin gururu

  • @zekininadresi
    @zekininadresi 5 лет назад

    is detaching before destroying the view correct?

  • @CopernicoTube
    @CopernicoTube 6 лет назад +2

    About Room and SQLite itself:
    The Structured Query Language was created in the past to unify in just one protocol the access to relational databases of any vendor.
    Well, Android mobile devices have just one. So, why we need to have a SQL parser and interpreter to access the data, instead do it directly?
    Relational databases deal with data at tabular way, what is perfectly fine to procedural languages. But this isn't that practical in OOP, so we need design patterns like DAO and/or frameworks like Room.
    But, if we need deal with data as objects, why don't store it like objects at first place? Why store objects as relational lines, wasting processing time to convert it as objects?
    Personally, I think that Android development team should think about these things, present a default solution to object data storage (as some third parties already offer, like Realm) and deprecate SQLite for good.

  • @igorg.8624
    @igorg.8624 6 лет назад +1

    What is the difference between WorkManager and RxJava?

    • @CoffeeNau
      @CoffeeNau 6 лет назад

      WorkManager is official product from Google and this component will handle resouce optimizing (For ex: Thread usages, Battery consuming...) for you while RxJava doesn't

  • @roxferesr
    @roxferesr 6 лет назад

    "take the user to the home screen when they hit, up OR back !?" Whatever happened to back/up navigation pattern

  • @joe0212
    @joe0212 6 лет назад +2

    Is Apple listening here or acting as if they are deaf for iOS

  • @tonnyl970
    @tonnyl970 6 лет назад

    Nice talk, thanks a lot

  • @michaelnajera7958
    @michaelnajera7958 6 лет назад +22

    (cough, cough) storyboards (cough, cough)

  • @SanjeetChand
    @SanjeetChand 6 лет назад +1

    how does one know how much space is available to write data to the apps allocated sqlite space, does room have a method which checks the space and notifies if data can be inserted? thanks

  • @witoldsienski1709
    @witoldsienski1709 6 лет назад

    Android Jetpack is awesome:)

  • @nickadams2361
    @nickadams2361 2 года назад

    Fragments were a mistake

  • @linfengwang9640
    @linfengwang9640 6 лет назад

    great

  • @pedromassango
    @pedromassango 6 лет назад +3

    Will google discontinue Android Studio and migrate to Flutter?

    • @BenyusBoros
      @BenyusBoros 6 лет назад +5

      no way

    • @areebjamaliam
      @areebjamaliam 6 лет назад +16

      Will tiger plant a potato in Proxima Centauri?

    • @SarathKumars
      @SarathKumars 6 лет назад +4

      Never. IMO flutter is for simpler and generic apps , i don't think it will replace native.

    • @Borszczuk
      @Borszczuk 6 лет назад +12

      Flutter is a framework. Android Studio is an IDE. So your question makes no sense really.

    • @pedromassango
      @pedromassango 6 лет назад

      Borszczuk the point come when it looks like Google is talking more about Flutter than AS.

  • @WillTesler
    @WillTesler 6 лет назад +1

    I hate how they are using Kotlin for all of this. Most people still are not using it.