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.
我目前正在开发一个包含 ORM 的 Android 框架。我计划将延迟加载合并到 ORM 中,在 Android 之外,可以使用 cglib 字节码操作框架来实现。但是,由于 cglib 与 Dalvik 不兼容,我显然不能将其用于此目的。
有哪些与 Android 兼容的替代方案可以帮助我实现延迟加载?
看看dexmaker