Skip to content

一个简单的Android类库,提供一些在Android开发过程中常用的功能

Notifications You must be signed in to change notification settings

qsxiaogang/EasyAndroid

 
 

Repository files navigation

Logo EasyAndroid

这是一个Android基础类库,旨在让Android开发变得更简单

##Features

  • 提供了几个基类Activity,实现了一些比较常用的,例如:双击退出、简单的消息对话框、消息机制、获取各种资源、全局退出应用等功能;
  • 提供了简单的SQL框架,便于自动生成sql代码,快捷执行增、删、改、查操作;
  • 提供了Camera相关的工具,包括Camera管理类CameraManager、Camera最佳预览以及输出尺寸计算类CameraOptimalSizeCalculator、Camera自动对焦管理器AutoFocusManager等;
  • 提供了Android开发中常用的工具类,例如:ActivityUtils、AndroidLogger、BitmapDecoder、AnimationUtils、NetworkUtils、IntentUtils、ViewUtils等;
  • 提供了纯Java开发中常用的工具类,例如:ArrayUtils、FileUtils、AnnotationUtils、ReflectUtils、StringUtils等;
  • 提供了一些扩展View,例如:SuperListView(可是实现下拉刷新)、ViewPlayer(可以实现图片轮播)、SuperEditText(可以实现带图标的EditText)

##Change log easy-android-2.9.9.jar

##License

/*
 * Copyright 2013 Peng fei Pan
 * 
 * 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

一个简单的Android类库,提供一些在Android开发过程中常用的功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published