File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package=" org.kymjs.aframe.plugin" android : versionCode =" 1"
4- android:versionName=" 1.0" >
5-
4+ android:versionName=" 1.0" >
5+
66 <uses-sdk
77 android : minSdkVersion =" 11"
8- android : targetSdkVersion =" 18" />
9-
10- </manifest >
8+ android : targetSdkVersion =" 18" />
9+
10+ </manifest >
Original file line number Diff line number Diff line change 55** 注:** CJFrameForAndroid现已并入Android应用开发框架[ KJFrameForAndroid] ( https://github.com/kymjs/KJFrameForAndroid ) 中,作为其插件化模块存在,此处更新将延后。
66
77## CJFrameForAndroid 相关链接
8- * blog:http://my.oschina.net/ kymjs/blog <br >
8+ * blog:http://blog. kymjs.com <br >
99* QQ群:[ 257053751] ( http://jq.qq.com/?_wv=1027&k=WoM2Aa ) (开发者群1),[ 201055521] ( http://jq.qq.com/?_wv=1027&k=MBVdpK ) (开发者群2)
10- * 项目地址: [ https://github.com/kymjs/CJFrameForAndroid ] ( https ://github.com/ kymjs/CJFrameForAndroid )
10+ * 详细使用介绍:请查看 [ 开源实验室 ] ( http ://www. kymjs.com ) 上面的讲解
1111
1212# 原理描述
13- CJFrameForAndroid的实现原理是通过类加载器,动态加载存在于SD卡上的apk包中的Activity。通过使用一个托管所,插件Activity全部事务(包括声明周期与交互事件)将交由托管所来处理,间接实现插件的运行。更多介绍:[ CJFrameForAndroid原理介绍] ( http://my.oschina.net/kymjs/blog/331997 ) <br >
13+ CJFrameForAndroid的实现原理是通过类加载器,动态加载存在于SD卡上的apk包中的Activity。通过使用一个托管所,插件Activity全部事务(包括声明周期与交互事件)将交由托管所来处理,间接实现插件的运行。更多介绍:[ CJFrameForAndroid原理介绍] ( http://blog.kymjs.com/cjframeforandroid/2014/10/15/01/ ) <br >
1414一句话概括:CJFrameForAndroid中的托管所,复制了插件中的Activity,来替代插件中的Activity与用户交互。<br >
1515
1616# 框架使用
@@ -60,8 +60,3 @@ CJFrameForAndroid的实现原理是通过类加载器,动态加载存在于SD
6060 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6161 See the License for the specific language governing permissions and
6262 limitations under the License.
63-
64- ## 帮助我
65- 我是张涛,中国深圳,Android高级工程师<br >
66- 如果CJFrameForAndroid项目帮到了你,可否在你有能力的基础捐助本项目的开发与维护,以让我更有信心和能力回馈网友。<br >
67- [ 点这里参与我的众筹] ( https://shenghuo.alipay.com/send/payment/fill.htm ) 我的支付宝账号[ kymjs@foxmail.com ] ( https://shenghuo.alipay.com/send/payment/fill.htm ) <br >
You can’t perform that action at this time.
0 commit comments