-
Notifications
You must be signed in to change notification settings - Fork 787
Home
=================
#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.
- QQ Group:257053751(dev group1),201055521(dev group2)
- More my open source project: OpenSourceLab
- My blog: http://blog.kymjs.com/
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.
I am kymjs, From ShenZhen China.
blog:http://blog.kymjs.com/
email:[email protected]