# IFrame **Repository Path**: killer/IFrame ## Basic Information - **Project Name**: IFrame - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kframe core #### Android kframe core #### 仓库转移: [https://gitee.com/kframe/core](https://gitee.com/kframe/core) [![](https://www.jitpack.io/v/com.gitee.kframe/core.svg)](https://www.jitpack.io/#com.gitee.kframe/core) #### 使用方式 ##### Step 1. Add the JitPack repository to your build file ~~~ allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ~~~ ##### Step 2. Add the dependency ~~~ dependencies { //可以根据自己需要,以下三选一 //implementation deps.kframe.super_base //三选一 //implementation deps.kframe.super_support //三选一 //implementation deps.kframe.super_androidx //三选一(建议) implementation 'com.gitee.kframe:core:4.0.0' } ~~~ ##### 注意事项 > 1. 如果有引用包冲突和不必要的包,请排除 > 2. style 需要自定义 ~~~ 例如引入androidx ~~~ > 3. BaseTActivity和BaseTFragment是采用BaseTemplateUI模板渲染界面的方式,如果不想采用可以直接继承BaseActivity和BaseFragment