Skip to content
kymjs edited this page Apr 21, 2015 · 15 revisions

================= #logoKJFrameForAndroid Android Arsenal BlackDuck OpenHUB OpenSourceLab

What is KJFrameForAndroid

KJFrameForAndroid is also called KJLibrary. It's an Android ORM and IOC framework and includes UILibrary, PluginLibrary, HttpLibrary, BitmapLibrary, DBLibrary. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
However,KJFrameForAndroid is free open source object. Thanks for you follow this KJFrameForAndroid.

KJFrameForAndroid links

usage

1、Copy jar KJFrameForAndroid_v2.x to your project.
2、View wiki related modules which help
UILibrary
BitmapLibrary
HttpLibrary
DBLibrary
3、Used in real project example: KJMusic player My Blog Client
make use of KJFrameForAndroid works on Android 3.0 or higher and need permission in your AndroidManifest.xml

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

##License

 Copyright 2014,The KJFrameForAndroid Open Source Project.
 
 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 Me

I am kymjs, From ShenZhen China.
blog:http://blog.kymjs.com/
email:kymjs123@gmail.com

Clone this wiki locally