Atlas

Native Android apps, without the installation

An evolution in app development, Atlas split your app code to many bundle-modules which is decouple with each other, And the Apk File built by Atlas plugin is also different from the default apk. It may has some small apk in libs or assets which we called them bundles. Every bundle has it's own dex and res just like default apk. Usually a bundle means an independent individual.

Atlas allows Android users to run your bundles instantly, without installation. Android users experience what they love about apps—fast and beautiful user interfaces, high performance, and great capabilities—with just a tap.

Access any component from local bundle

Users can get to your flagship Android experience just like normal Android application. each single click or any other gestures may start a component from another bundles smoothly with no aware. any component(Activity,Service,Receiver,ContentProvider) from bundles can be started from Intent—including search, social media, messaging without needing to install your bundles first. starting component in bundle from external app is also supported.

Access remote component from remote bundle

When Compiling the final Apk,Atlas support packaging part of bundles to apk with the others be stored on the server if you want. Usually the frequency of these bundles being used is lower. So we can reduce the apk size through this behavior,and users can use it when they want. users also could be no aware that they are using a remote bundle If the bundle is small enough and can be downloaded very quickly,And the waiting dialog is no need on that condition.

Update bundle without the entire Apk upgrade

Developers can update classes or resources
dynamiclly without updating the entire apk. Users will get new function as soon as new update patch has been uploaded.

Compatible with all versions higher than 4.0

Atlas supports the latest Android devices from Android 4.0 (API level 14) through Android O, compatible with all device that available on the market.

results matching ""

    No results matching ""