Android-Device-Compatibility icon indicating copy to clipboard operation
Android-Device-Compatibility copied to clipboard

Compatibility package project for android device difference.

Android Device Compatibility Package

Maven Central Build Status Build Status License Android Arsenal

Yet another compatibility package of android. This project aims to make the app compatible with various devices all over the world. The project will take care about lots of issues caused by device differences, so you don't need to write a weird compatibility code on your own.

Photo license

Features

  • Workarounds for device-specific problems
  • OS version compatibility
  • OS framework bugfixes

Requirements

  • Supports Android 2.1 or greater.

Download

Via Gradle

    compile 'jp.mixi:AndroidDeviceCompatibility:2.0.0'

Contributing

Any contributions, bug fixes, unit/integration tests are welcomed and appreciated. Please fork this repository and send pull requests to contribute.

License

Copyright (C) 2012 mixi, Inc. All rights reserved.

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.