Code Monkey home page Code Monkey logo

kjframeforandroid's Introduction

================= #OSL

KJFrameForAndroid简介

KJFrameForAndroid 又叫KJLibrary,是一个android的orm 和 ioc 框架。同时封装了android中的Bitmap与Http操作的框架,使其更加简单易用;
KJFrameForAndroid的设计**是通过封装Android原生SDK中复杂的复杂操作而达到简化Android应用级开发,最终实现快速而又安全的开发APP。我们提倡用最少的代码,完成最多的操作,用最高的效率,完成最复杂的功能。

使用说明

####AndroidStudio build.gradle中添加:

compile 'org.kymjs.kjframe:kjframe:2.4.4'

####eclipse 复制jar包 KJFrameForAndroid_v2.x 到你工程的/libs目录中.
eclipes版本源码请查看相关分支

快速入门

1、查看各个模块的使用帮助
MVC模块
Bitmap加载
Http请求
数据库模块
2、更多在实际项目中使用的Demo: 音乐播放器 爱看博客客户端
3、框架API文档:http://kjframe.github.io 注,KJFrameForAndroid需要在AndroidManifest.xml 中声明如下权限

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

关于

自我介绍:张涛就是我
如果我的项目帮到了你,可否在你有能力的基础捐助我买书学习,以让我更有信心和能力回馈网友。
点这里参与捐助 我的支付宝账号[email protected]

我们会将捐助者信息公布在开源实验室·捐赠捐赠页,如果你有什么想说的话也可以留言给我。

##开源协议

 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.

kjframeforandroid's People

Contributors

kymjs avatar zextreme avatar erhu avatar

Watchers

James Cloos avatar Gilbert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.