Android 第三方库

来源:互联网 发布:美国衰落 知乎 编辑:程序博客网 时间:2024/04/30 10:25

Utility

  • Droid-fu
  • android-screenshot-library
  • android-alarm-database
  • OpenIntents
  • ACRA
  • AndroidAnnotations
  • AndroidAsync
  • Roboguice
  • Maven Android Plugin
  • Droid@Screen
  • Memory Sucker

Persistence

  • XML
    • Simple XML Serialization Library (with Android Instructions)
  • JSON
    • GSON JSON Serialization Library (with Android Instructions)
    • Jackson JSON Serialization Library
  • SQL
    • SQLite ORM called ormlite (with Android Instrutctions)

Network

  • Ganymed SSH2
  • oauth-signpost
  • ksoap2-android
  • Urban Airship Push Notifications

Barcode/QR-Code/Image Processing

  • ZXing
  • jjil (Image Processing)
  • OpenASURF (Image Processing)

Contacts/Social Network

  • AndroidLibs
  • Jackcess (MS Access) (small Android FIX)
  • Twitter4J
  • Facebook Android SDK

Payment

  • Mobile Payment Library

UI stuff

  • android-wheel
  • GreenDroid
  • android-actionbar
  • ActionBarSherlock
  • svg-android
  • android-viewflow
  • android-pulltorefresh
  • flattr4android
  • android-colorpickerpreference
  • android-autofittextview
  • Android native icons vector pack

Mixed/Allround

  • CWAC (CommonsWare Android Components)
  • libs-for-android
  • android-misc-widgets

Maps

  • android-mapviewballoons
  • osmdroid
  • mapsforge

Game Engines/3D stuff

  • libgdx
  • forget3d
  • min3d
  • rokon unmaintained game engine, author suggests libgdx
  • Angle
  • AndEngine
  • jMonkeyEngine

Image Processing and Graphics

  • OpenCV for Android

Translation

  • Google Translate API - Java (Not specific for Android, but works)

Testing

  • Borachio (Android Instructions)
  • Android Mock
  • Robolectric
  • Robotium
  • android-error-reporter

TTS / STT

  • Eyes Free (A TTS Library)


  • android-alarm-database: Small utility class for easing Android Alarm clock-related applications

  • android-wheel: Android Picker widget

  • android-misc-widgets: Misc widgets for Android platform

 

Here's some that I don't think has been mentioned before (shameless plug for one of them though);

  • svg-android - SVG parsing and rendering for Android
  • android-viewflow - A view switcher library for Android
  • android-pulltorefresh - A Pull To Refresh view for Android
  • flattr4android - A Flattr view button for Android
  • android-colorpickerpreference - A color picker
  • android-autofittextview - TextView that automatically resizes text to fit in a single line

Icons

  • Android Native icons vector pack (Site under maintenance so I can't link directly to the project)

Testing

  • android-error-reporter - Library to report unhandled exceptions in android projects

Utils

  • Droid@Screen - Project the screen of an device to a PC
  • Memory Sucker - Utility for consuming memory resources on android devices