Skip to content

🔥移动互联网老兵精心总结自己使用的项目常用功能,汇总为app开发引擎。力求能无侵入式的快速搭建起android项目架构,让开发者专注于业务模块开发中

Notifications You must be signed in to change notification settings

MobiDevOS/AaEngine

Repository files navigation

AaEngine

为什么叫AaEngine呢,其实也就是Android-App-Engine的简称,用简称低调一点要不然有点太浮夸了,作者水平有限希望借着开源项目,努力提升综合技术水平。并常常督促自己像巨人看齐

使用方法

repositories {
    maven { url 'https://jitpack.io' }
}

implementation 'com.github.MobiDevOS:AaEngine:v0.0.1-debug-02'

细则参考wiki @AaEngine Wiki

添加权限

 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>
 <uses-permission android:name="android.permission.INTERNET"></uses-permission>
 

愿景

希望项目作为移动组件化最底层的引擎模块,被上层业务和基础组件稳定使用

Alt text

开源协议

Copyright (C) 2018 zhujohnle

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.

反馈与建议


About

🔥移动互联网老兵精心总结自己使用的项目常用功能,汇总为app开发引擎。力求能无侵入式的快速搭建起android项目架构,让开发者专注于业务模块开发中

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages