• Stars
    star
    1,076
  • Rank 42,988 (Top 0.9 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🔌 Android plugin development library (Frontia) and tech introductions, which means that you can upgrade your Android APP or fix emergent bugs, as well as reduce the file size of Apk without any re-installation.

android-dynamical-loading

项目介绍

Join the chat at https://gitter.im/kaedea/android-dynamical-loading

在 Android 开发中采用基于 ClassLoader 的动态加载技术,可以达到不安装新 APK 就升级 APP 的目的(插件化),也可以用来修复一些紧急 BUG(热修复),此外也可以用动态加载技术来精简 APK 的体积(移除 SO 库、拆分边缘业务模块)以及实现多主题在线下载。本REPO的主要内容是我对 Android 动态加载机制的一些研究、总结文章和 DEMO 项目。

这里提前说明,个人不推荐使用插件化技术来动态发布和升级APP的业务功能,因为这会让 APP 的开发和维护变得十分繁琐、不可控。不过,将插件化技术用于快速修复BUG以及精简APK体积还是挺值得尝试的,此外研究动态加载技术,对于学习Android 框架层的工作机制还是挺有帮助。

项目结构

文件夹 说明
android-frontia Android 插件化开发框架 Frontia
tech-dynamical-loading Android 动态加载技术文章以及相关项目

其中,android-frontia 是基于 ClassLoader 的插件化框架,相比其他开源项目,Frontia 的特点更加专注于插件的下载、更新、安装、管理,以及插件和宿主之间的交互。tech-dynamical-loading 是 Android 动态加载加载技术分析的系列文章以及相关项目。

具体说明请进入相关目录。

LICENSE

Copyright (C) 2016 Kaede (谢晓枫) [email protected]
Copyright (C) 2015 HouKx [email protected]
Copyright (C) 2014 singwhatiwanna (任玉刚) [email protected]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

More Repositories

1

android-mvp-pattern

An android simple but clear sample project for MVP pattern, including mvp usage with eventbus. @Deprecated, try google official solution: https://developer.android.com/topic/libraries/architecture/
Java
696
star
2

android-tagview

An Android TagView Widget. You can edit the tag's style, and set listener of selecting or deleting tag.
Java
663
star
3

fresco-sample-usage

Android demo project as sample usage for Facebook's Fresco in detail, which is an awesome image loading library for Android.
Java
213
star
4

Andriod-Seamless-ViewPager-Header

SeamlessViewpagerHeader offers a Viewpager with a scrollable header, like Android Lollipop Contacts or Google Play Pagers.
Java
129
star
5

notion-up

Use NotionUp (Notion Backup) + CircleCI to backup your notion data nightly.|自动备份 Notion 数据。|Notion データのバックアップを自動化する
Python
121
star
6

notion-down

Notion >> Markdown. Python utility that converts Notion pages into MD files, along with intergation to build static webpages such as Hexo | 自动从 Notion 笔记生成 MD 文件,并部署到 Hexo 静态博客 | Notion Pages より Markdown Files をコンバートする、更に Hexo Webpages までの自動化も可能
Python
120
star
7

dualapp-mediastore-compatibility

安卓双开/分身 MediaStore 兼容性测试。Tuning of Android MediaStore & File IO compatibility issues between HostProfile App and WorkProfile/DualApp/MultiApp.
Java
34
star
8

gradle-maven-publication

Gradle maven artifacts publishing walkaround with 'maven', 'maven-publish', 'android-maven' gradle plugins. The project contains both of scripts and custom gradle plugin which are designed to make the publishing jobs much simpler and correct. Of course, both java & android project are supported!
Groovy
18
star
9

Feya

'Feya' is a repo for code snippet tweaking. Nothing can be found here.
Java
14
star
10

how-old-camera

An android application for Microsoft how-old.net, as Sample usage for Android `MVP` design pattern and `android-async-http`.
Java
12
star
11

b-log

BLog is not blog but an android logcat entended utility library. It helps to log message to file as well as print in logcat window.
Java
12
star
12

comment-formatter

Comment Formatter is an IntelliJ plugin that formats comments to a friendly style.
Java
10
star
13

aab-signer

Android AppBundle aab package signing tool.
10
star
14

pixel-bar

Google's Pixel-like search bar for launcher
Kotlin
9
star
15

Android-MarqueeView

Android上的跑马灯布局,布局里面的内容会像跑马灯一样滚动。
Java
6
star
16

android-swipe-loading-view

SwipeLoadingView offers a LoadingView like drawer when you are swiping on it. You can use this view when you want to switch something like video or picture.
Java
5
star
17

junwind

Get Java thread's stacktrace by native tid.
Java
5
star
18

leakcanary-demo

Demo project for Square's LeakCanary, a awesome library that help you to detect memory leak in your Android project.
Java
4
star
19

intransitives

Gradle plugin for intransitive-complie dependencies.
Groovy
2
star
20

Android-SquareLayout

Android SquareLayout
Java
2
star
21

rainy-mood

Android APP wiht rain sounds of different scenes. It was created for me because I had been in trouble with sleep for a long time and this APP is helpful.
Java
2
star
22

moe-navigator

nijigen website navigator
HTML
1
star
23

hackintosh-changelog

Hackintosh setups (CLOVER/OC) for my PC: Z170i + 6700K Desktop, XPS 9360 QHD+ Laptop
ASL
1
star