| Website | https://danperez.dev |
| Location | Denver, Colorado |
| Website | https://danperez.dev |
| Location | Denver, Colorado |
@ryan I am just now seeing this being your latest venture. I havenāt gotten far myself, but I started with an Apple II emulator and āAssembly Linesā by Roger Wagner. At some point while googling I learned the Apple IIGS and the SNES used nearly identical CPUs.
I think this is awesome and going retro to learn more about computers has given me a lot of joy and you reminded me to get back to it. Cheersš¾š„
@ZacSweers I just needed to tell you that using Metro with default values on constructors + providing the AppScope out of the box is saving me so much effort.
For Coroutine Dispatchers, I no longer create a module just to provide them so I can inject them in a constructor, I just use the default values and Metro just works.
Not creating my own AppScope also saves me another module. Thank you so much, they're small improvements that up for me quite a lot.
I've published part 2 of my blog series, "A Pragmatic Introduction To Dagger on Android Part 2: Setup with Retrofit" on my website. This one uses a lot more code and has you actually using Dagger 2 this time. I hope you'll enjoy it.