thank you for helping out guys, looking forward for better fragments
@gryzor5 жыл бұрын
I think is is a move in the right direction. To me, Fragments should have been views since day one.
@moshewaisberg76395 жыл бұрын
sounds more like custom views
@johndoe25 жыл бұрын
9:50 I love this part where he realizes he should've talked first about their solution, and then how it was before, like in the presentation :)
@alxrm05 жыл бұрын
hey try drinking a shot every time Ian says "kind of"
@IanLake5 жыл бұрын
It is kind of my thing.
@richardshin44434 жыл бұрын
Android development has gotten so complicated over the years. Actually, it seems like we are going back and filling in the gaps that were always there in the past. Sigh. Disilliusionment. Clean architecture or Architecture Components or some mix of the two? Dagger with clean architecture, what about multi module or module by feature? I guess despite the complexity, it has been a steady march toward better and brighter things.
@llothar68 Жыл бұрын
Clean Architecture is the reason why Android programming has become such a total mess.
@narendranathreddy50465 жыл бұрын
Anyone has the code link for the scenario told in this talk - Avoiding fragment recreation when switching between tabs in bottom nav?
@ankur.singhs21114 жыл бұрын
I have less functions to imllement, I should use fragments with a single activity or multiple activities ? Also tell if anything else I should take care of, thankyou.
@angelserrato53403 жыл бұрын
Fine video Thanks!😀
@devyanshbhati33373 жыл бұрын
really appreciated !!!
@jonsnow97584 жыл бұрын
I thought I was the only one who find fragment communication little weird. Now I see the problem is real.
@Neo-wd3qy5 жыл бұрын
good but wish compose can kill the entire fragments
@IanLake5 жыл бұрын
I talked about this over on Twitter where Fragments are a useful way of adopting Compose into an existing app, but wouldn't be something you'd use in a pure Compose app: twitter.com/ianhlake/status/1188983854410825728
@igorg.86245 жыл бұрын
@@IanLake So a year from now we'd use 'Pure Compose' and without any fragments?
@IanLake5 жыл бұрын
@@igorg.8624 - that's what I said.
@nawshadhamid4 жыл бұрын
No? Compose is just the replacement of Layout XML Editor.
@Alfrednohike99093 жыл бұрын
@@IanLake today's that day
@sumitshukla64365 жыл бұрын
Jeremy Woods is a rapper !!
@chitho19875 жыл бұрын
That was exactly I was thinking lol, his voice is so cool
@gilbertsenyonjo9635 жыл бұрын
Damn right!
@IgorKorotenko5 жыл бұрын
Fragments, loaders, navigation...they were born dead APIs, weakest things in Android were invented in this team and they are still doing this being completely disconnected. Passing data between fragment? Really, back handling? That what you did for so many years and mess of saved state error is still there..
@thecsciworker2915 жыл бұрын
@@ferryzet Using almost all features available for navigation component...No issues what so ever.
@dantichri5t4 жыл бұрын
I am learning to develop Android apps ( already a Java and web developer, so not exactly new to software ) and I am still trying to understand who on earth invented such a complicated way to achieve such a simple final result. Not as pointless and counterproductive as Spring and JQuery are ( my opinion ), but this is a close third. Glad to see other people dislike them so much - I thought there was something wrong with me!
@mohammadsayed56455 жыл бұрын
Simple Question: What you are wearing on your feet, Ian?
@IanLake5 жыл бұрын
Vibram Five Fingers. Specifically the CVT Hemp.
@mohammadsayed56455 жыл бұрын
@@IanLake thanks
@sourabhjigjinni4 жыл бұрын
Android devs should consider creating a best practices playlist, so that the average dev, could just incorporate into their projects everytime they change something. The offical docs are terrible. This doesnt seem convincing at all, they know its a mess
@mdalikazi4 жыл бұрын
Why do they keep talking about Fragments in every Android event? I'm happy with what Fragments can do, we don't need to talk about this anymore!
@eliasbagley4 жыл бұрын
The Fragment API is a mess and leads to hard to test God objects.. I for one am happy to see progress in this area.
@igorg.86245 жыл бұрын
What is the best way to test Fragments with Jetpack Navigation?
@KangJangkrik3 жыл бұрын
Sorry for a year late, but I still found nothing
@dhruvgarg7225 жыл бұрын
where can we get slides used in this presentation?
@VladVoytenko5 жыл бұрын
not availble - it was only on a presentation
@mykhailomykytyn Жыл бұрын
How do you call a magician who lost his magic?
@talgatb.31093 жыл бұрын
Why dont have russian subtitles at least?
@roxferesr5 жыл бұрын
To this day, I don't get why we need fragments in the first place. What's wrong with custom views?
@igorg.86245 жыл бұрын
Simply for ViewModel scope.
@agung_laksana4 жыл бұрын
And for navigation component
@krishnaappworlds34864 жыл бұрын
add more then one fragment then recyclerview lagging issue
@alexneeky79205 жыл бұрын
Oh, it’s in rc1 cool
@andievalderama5 жыл бұрын
vibrams in 2019, cool
@marlonlom5 жыл бұрын
Fragments.. All u must know about screen design in Android jajaja
@ruybarreto35565 жыл бұрын
worst thing android made after context
@cooliipie5 жыл бұрын
You think that's good looking UI? ......
@marlonlom5 жыл бұрын
Do u mean the Slides?
@asadkhandadlo65725 жыл бұрын
Jajaja 😂🤣😂🤣
@danitz43665 жыл бұрын
I'm from Perú, ¿you?
@Muhammad555975 жыл бұрын
worst thing android made
@asadkhandadlo65725 жыл бұрын
Why do you think that 🤔🤔🤔
@alexneeky79205 жыл бұрын
no, it’s not, worst thing is Context - God object and all app depends on it
@dominikotocan13485 жыл бұрын
@@asadkhandadlo6572 They can become too complicated to manage because you have fragment lifecycle and the parent activity lifecycle to watch. Architecture components helped a lot with that but still, there are too many things that can go wrong
@AnkitGusai5 жыл бұрын
@SnoopyDoo Well Dagger is not part of framework and it has its specific purpose and every app would not benefit from using dagger.