GitXplorerGitXplorer
a

atlas

public
8126 stars
1473 forks
89 issues

Commits

List of commits on branch master.
Verified
3709a8ec2ce714d85dfd0b4ebc5d273241eb5f32

Merge pull request #356 from iDev01/3.0.1-rc88-bugfix

llilongAAAA committed 5 years ago
Unverified
e2abefd6a760e7cf4f4600487b81dd05ee865351

修复'java.lang.IllegalArgumentException: outDexFolder must be a folder'

iiDev01 committed 5 years ago
Unverified
44a21b526d81fff7d3e8800bbab69e567fa6f916

更新群二维码

committed 5 years ago
Unverified
266d61b1534ad8db9143dc518dc11fed783019ea

update demo

committed 5 years ago
Unverified
e543eb60f79cef9114d088bcf4721fa9055d946c

更新demo

committed 5 years ago
Unverified
52eb5d1ae2187b41bc7e8fb05fbfa66db2be4358

Merge branch 'dev'

committed 5 years ago

README

The README file for this repository.

Atlas

license Release Version Release Version

A powerful Android Dynamic Component Framework.

Atlas is an Android client-side containerization framework. we call it android dynamic component framework.

Atlas provides decoupled, component, and dynamic support. Atlas covers various issues in the project coding period, Apk run-time and follow-up operation and maintenance.

In the project period, Atlas enable engineers independent development, independent debug, because their project were physical isolation.

In the apk run-time, Atlas has complete component life cycle, class isolation and other mechanisms.

In the operation and maintenance period, Atlas provide rapid incremental update and rapid upgrade capacity.

Atlas put the work into the project period as much as possible, to ensure runtime simple and stable, maintenance easy.


Compared with multidex solution, Atlas not only solved the limitation of the method count(65535), but also clarified the boundary of development, provied the powerful capabilities for Android development, such as Parallel Iteration, Rapid Development, Flexible Release, Dynamically Update, Quick Fix Online Failure.

Unlike some Android plugin frameworks, Atlas is a component framework (we call it Bundle), Atlas is not a multi-process framework.


You can see there were three main library in this project (atlas-core/atlas-update/atlas-gradle-plugin)

  • atlas-core: This is client-side core library, it's job is to install each bundle, load the classes and resources on-demand when runtime.
  • atlas-update: This is client-side update library, which provide dexmerge capacity for update or upgrade.
  • atlas-gradle-plugin: This is Android Studio Gradle Plugin for engineers developing in project period, because we change some android default package mechanisms, include android aapt atlas-aapt.

Use Atlas

  • Demo
  • Doc: English, 中文
  • DingTalk im group: Scan the follow QR code or Search group 11727755 using DingTalk(钉钉) app. dingtalk.jpg

Support


Atlas support all Android version from Android 4.0 to 9.0.

Follow is support status.

Runtime Android Version Support
Dalvik 2.2 Not Test
Dalvik 2.3 Not Test
Dalvik 3.0 Not Test
Dalvik 4.0-4.4 Yes
ART 5.0 Yes
ART 5.1 Yes
ART M Yes
ART N Yes
ART 8.0 Yes
ART 9.0 Yes