
This was my first time attending Android Dev Summit in person. It was great to come to California and reconnect with many of my Android friends. I put together a few highlights below.
Davis Technology Consulting
by Annyce Davis
This was my first time attending Android Dev Summit in person. It was great to come to California and reconnect with many of my Android friends. I put together a few highlights below.
by Annyce Davis
A new machine. Now what? Time to set it all up. Inevitably I end up going back and forth from my old machine or worse yet, my memory, to figure out what needs to be installed. No more. Today, I have compiled a list of everything I need to feel productive with a new dev machine. Perhaps, this can help you as well.
Continue Readingby Annyce Davis
My latest course has been released, Programming Foundations: Fundamentals. It’s for people who want to know on a basic level what computer programming is all about. I’m thrilled to have been a part of this monumental project!
by Annyce Davis
We’re adding the use of dynamic feature modules to our app. This will help us to improve build speeds, conditionally include features and decouple our code. As noted previously, we make use of Dagger Multibinding and the Android Job library to handle our background tasks.
When we created our first feature module we ran into an issue when we attempted to move the associated Job
classes. Let me walk you through the problem, the solution we settled on and then proposed next steps.