Any simple examples using roboguice with fragments in android?

前端 未结 2 1720
攒了一身酷
攒了一身酷 2021-02-04 07:49

I\'m having issues finding a working example of using fragments + RoboGuice. The problem happens when you attempt to add/remove fragments with the Android fragment transaction

2条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 08:06

    Roboguice 1.x is not compatible with the compat library and fragments. You will either have to move 2.0 which is in beta or extend the Fragment* classes yourselves.

    More information is available at:

    http://groups.google.com/group/roboguice/browse_thread/thread/2858bc10b83b6beb

提交回复
热议问题