Dagger 2 Android Tutorial 05 - Qualifers

Dagger 2 Android Tutorial 05 - Qualifers

TwistedEquations

7 лет назад

12,678 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@muhammadtouhid998
@muhammadtouhid998 - 14.04.2020 16:49

You are not stupid man, thanks for this awesome series btw.

Ответить
@rachitananda
@rachitananda - 04.06.2019 15:00

THE BEST Dagger 2 tutorials on internet. I had already seen around 5 6 other tutorials before finding these , each confused me even more. Dagger seems not so complicated after watching these. Thanks man!!

Ответить
@varunjohnjohn
@varunjohnjohn - 25.09.2018 15:39

Great Tutorial.. thanks..
U keep telling yourself stupid, its a great way to encourage yourself to learn more.. lol

Ответить
@balwinderrajput3204
@balwinderrajput3204 - 06.07.2018 14:10

perfectly explained :)

Ответить
@AlexanderRuskovski
@AlexanderRuskovski - 20.11.2017 13:10

Thank you for for breaking the unbeatable Dagger 2 to understandable pieces. This is the best tutorial I ever watch for Dagger. Cheers!

Ответить
@tapangohil1
@tapangohil1 - 08.10.2017 08:53

Thanks man great tutorial, can you share code used in tutorials?

Ответить
@jullus1386
@jullus1386 - 03.09.2017 20:58

Thanks man, your videos are by far the best I've seen regarding Dagger 2. (I will check your whole channel because of it). Small suggestion if I may, you can use Presentation Mode in Android Studio in your movies, in this way we can watch from a mobile device too.
Keep up with the good work!

Ответить
@chris_sndw
@chris_sndw - 20.08.2017 22:38

Are these scopes multithread save or do I have to set up a second component builder? When my MainThread uses Picasso and now some ServiceThread wants also use Picasso and for some reason they request the Instance of this Object at the same time. Is my App going to crash? EDIT: Sorry, wrong video. This question belongs to the scope video. :)

Ответить
@manuelsalas6190
@manuelsalas6190 - 18.08.2017 09:27

Hey, I have a question, why didn't you put the RetentionPolicy to the ApplicationContext Qualifier?

Ответить
@codewithsameera
@codewithsameera - 12.07.2017 14:24

Great work! Thank you for that. (y) that yawning tho.. :D

Ответить
@dalihigh5802
@dalihigh5802 - 09.04.2017 13:27

Awesome

Ответить
@HAROLHIGUERA
@HAROLHIGUERA - 29.12.2016 19:09

Hi TwistedEquations, first of all thank you for such a great tutorial about dagger, I have a question... You explained about how to create instances at activity level and link them to the application level, is it wrong to use the same application level instances along the entire application, let say a Picasso instance created like you did.. Is it ok to inject it and use it in fragments and activities without creating them at activity or fragment level?.. I just wonder why bothered to make them at activity level if it is the same. I hope my question makes sense. Thanks.

Ответить