RoboGuiceの例では、何かを注入する2つの異なる方法があります
@Inject
protected LayoutInflater inflater;
@Inject
protected Provider<LayoutInflater> inflater2;
それらの違いは何ですか?どのように、いつ選択する必要がありますか?
RoboGuiceの例では、何かを注入する2つの異なる方法があります
@Inject
protected LayoutInflater inflater;
@Inject
protected Provider<LayoutInflater> inflater2;
それらの違いは何ですか?どのように、いつ選択する必要がありますか?