动态加载未安装apk android-pluginmgr

码农软件 · 软件分类 · 手机相关软件 · 2019-05-10 08:44:07

软件介绍

android-pluginmgr 是动态加载未安装 apk。

特点:

  • 插件为普通apk,无须依赖任何jar

  •  Activity生命周期由系统自己管理

  •  使用简单,只需要了解一个类PluginManager的两个方法

  •  启动Activity的效率高

  •  不修改插件,被加载的插件仍然可以独立安装。

功能点:

  1. 可加载任意apk中的 Activity (包括子类 ActionBarActivity 、FragmentActivity)的派生类(不包括违反限制条件的Activity)

  2. 支持插件自定义Application

  3. 支持插件Apk中的Activity跳转到别的Activity(插件内部的或系统的,外部已安装apk的,甚至是别的插件中的),也没有任何限制

  4. 支持Activity设置主题(与系统的主题应用规则一样,如果Activity没指定Theme,但所在Application指定了Theme,则使用Application的Theme)

  5. 初步支持.so

  6. 支持插件使用 SharedPreference 或 SQLite数据库(尚未完善)

PS:借鉴 android-pulltorefresh NDKBegining 。

本文地址:https://codercto.com/soft/d/5415.html

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and

George F. Luger、William A Stubblefield / Addison Wesley / 2008-09-04 / USD 22.20

This book is designed for three primary purposes. The first is as a programming language component of a general class in Artificial Intelligence. From this viewpoint, the authors see as essential that......一起来看看 《AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and 》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具