dimsuz
02/07/2020, 1:02 PMKris Wong
02/07/2020, 1:14 PMkpgalligan
02/07/2020, 1:15 PMKris Wong
02/07/2020, 1:16 PMdimsuz
02/07/2020, 1:17 PMNot that I’m aware of. What comparable libraries would you be looking for?I guess it would be Dagger/Toothpick. Maybe Guice, but it uses reflection which is slow on Android.
do you need it to support concurrency?Not only that. To provide dependencies in general, this is crucial for large apps...
Kris Wong
02/07/2020, 1:18 PMKris Wong
02/07/2020, 1:18 PMkpgalligan
02/07/2020, 1:19 PMkpgalligan
02/07/2020, 1:20 PMdimsuz
02/07/2020, 1:20 PMdimsuz
02/07/2020, 1:21 PMdimsuz
02/07/2020, 1:21 PMnone of the current DI/SL libraries support native concurrency last I checkedYou mean accessing dependencies from other threads? Issues with freezing?
kpgalligan
02/07/2020, 1:21 PMkpgalligan
02/07/2020, 1:21 PMkpgalligan
02/07/2020, 1:22 PMdimsuz
02/07/2020, 1:22 PMkpgalligan
02/07/2020, 1:22 PMkpgalligan
02/07/2020, 1:23 PMkpgalligan
02/07/2020, 1:23 PMkpgalligan
02/07/2020, 1:24 PMdimsuz
02/07/2020, 1:24 PMkpgalligan
02/07/2020, 1:25 PMKris Wong
02/07/2020, 1:27 PMby inject()
without having in injected object frozenkpgalligan
02/07/2020, 1:30 PMKris Wong
02/07/2020, 1:32 PMKris Wong
02/07/2020, 1:32 PMkpgalligan
02/07/2020, 1:33 PMkpgalligan
02/07/2020, 1:34 PMdimsuz
02/07/2020, 3:04 PM