-
Notifications
You must be signed in to change notification settings - Fork 789
Home_cn
张涛 edited this page Apr 30, 2015
·
4 revisions
=================
#KJFrameForAndroid
KJFrameForAndroid 又叫KJLibrary,是一个android的orm 和 ioc 框架。同时封装了android中的Bitmap与Http操作的框架,使其更加简单易用;
KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复杂操作而达到简化Android应用级开发,最终实现快速而又安全的开发APP。我们提倡用最少的代码,完成最多的操作,用最高的效率,完成最复杂的功能。
1、复制jar包 KJFrameForAndroid_v2.x 到你工程的/libs目录中.
2、查看各个模块的使用帮助
MVC模块
Bitmap加载
Http请求
数据库模块
3、更多在实际项目中使用的Demo: 音乐播放器 爱看博客客户端
4、框架API文档:http://kjframe.github.io
注,KJFrameForAndroid需要在AndroidManifest.xml 中声明如下权限
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
##License
Copyright (C) 2014, 张涛.
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.