Explore >> Select a destination


You are here

arturdryomov.dev
| | adambennett.dev
3.5 parsecs away

Travel
| | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants
| | dagger.dev
3.5 parsecs away

Travel
| | Dagger is a fully static, compile-time dependency injection framework for both Java and Android.
| | sookocheff.com
6.1 parsecs away

Travel
| | Inversion of Control (IoC), also known as Dependency Injection (DI), allows an object to define their dependencies as constructor arguments (strictly speaking, you can set these dependencies as properties, but the examples I will use today are constructor-based). This is the inverse of the object itself controlling the instantiation or location of its dependencies, hence the name Inversion of Control. Let's look at an example from Stackoverflow using a text editor with a spell checking component:
| | blog.iamsuleiman.com
15.2 parsecs away

Travel
| With Android Nougat 7.1, Google released a new feature called App Shortcuts. In this post, learn about its design guidelines and how to implement them.