List several Android plug-in development frameworks

Source: Internet
Author: User

Ctrip Plug-in framework
ACDD Plug-in framework
360 plug-in framework
Android-plugin-framework
DL apk Dynamic Loading framework

Partial frame comparison
    • dynamicloadapk

      Migration costs are heavy: you need to use "that" instead of "this", and all activity needs to inherit from proxy avtivity (the proxy avtivity is responsible for managing the lifecycle of all activity).

      Unable to start activity inside APK.

      Service and Broadcastreceiver are not supported.

    • Androiddynamicloader

      Migration costs are heavy:

      Use resources MyResources.getResource(Me.class) instead ofcontext.getResources()

      With fragment as the UI container, all pages are using fragment instead of activity and need to use URL mapping to implement page jumps.

    • Android-pluginmgr

      Not tested by the production environment app.

      Service and Broadcastreceiver are not supported.

    • Droidplugin from Qihoo 360

      Very interesting frame! Droidplugin can launch a non-installed app within an app. This feature may be more suitable for 360 of security products, because the launched app and host app are completely unrelated and cannot support resources and code calls from one another.

      Custom push bars are not supported.

List several Android plug-in development frameworks

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.