Skip to content

Instantly share code, notes, and snippets.

@bffcorreia
Created May 28, 2017 02:47
Show Gist options
  • Save bffcorreia/66ea25596beee4f461c8d63d519091be to your computer and use it in GitHub Desktop.
Save bffcorreia/66ea25596beee4f461c8d63d519091be to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
@Inject EmotionManager emotionManager;
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
getActivityComponent().inject(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment