Dependency Injection for Android Development: Part Two

Mark Fricke Development Technologies, Java, Mobile, Tutorial 3 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Overview This is the second post in a series written on Dependency Injection for Android Development. In this blog, I will discuss how to take advantage of RoboGuice to inject views and other …

Dependency Injection for Android Development: An Introduction

Adi Rosenblum Development Technologies, Java, Mobile, Tutorial 6 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Overview For many years now, Object Oriented developers have relied on various Dependency Injection frameworks while developing anything form desktop to web applications. For both Java and .NET developers, the ever-popular Spring …