android / car-samples

Multiple samples showing best practices for car app development on both Android Auto and Android Automotive OS.
Apache License 2.0
358 stars 166 forks source link

How to Implement Dagger #5

Open imagineDev opened 3 years ago

imagineDev commented 3 years ago

Can someone guide a little on how to inject my custom classes like Repositories and Helper classes into the Android Auto's Screen class

Thanks