Sohail Aziz

A software engineer hacking codes

Dependency Injection with Dagger

Read Time 2 minutes According to Single Responsibility principle, no class of your application should create new instances of other classes it needs. These objects Dependencies should be created and provided by someone

Read More »

Be More Productive with Dagger2

Read Time 2 minutes   According to single responsibility and separation of concern concept no component of your application should Create  the new objects of other classes it needs. Those

Read More »