Skip to content

Instantly share code, notes, and snippets.

@matzuk
Last active May 6, 2017 15:34
Show Gist options
  • Save matzuk/3e3718f9aad47fd3f835235fcf2b6b60 to your computer and use it in GitHub Desktop.
Save matzuk/3e3718f9aad47fd3f835235fcf2b6b60 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
@Inject RxUtilsAbs rxUtilsAbs;
@Inject NetworkUtils networkUtils;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
App.getComponent().inject(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment