Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想同时使用robojuice和ormlite。
如果我想使用 ormlite,我的 Activity 必须扩展 OrmLiteBaseActivity,而对于 robojuice,它应该扩展 RoboActivity。
混合它们的最佳做法是什么?