没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > android-vcard |
android-vcard
|
1 | 0 | 33 |
贡献者 | 讨论 | 代码提交 |
Java library for manipulating vCard files. The source code was extracted from the Google Android project.
This project was created out of desperation that there is no decent Java vCard library. All libraries which I have found had problems with various file or character encodings, vCard versions, etc. Therefore I hacked a vCard related code out of Google Android project and made it into a standalone library.
Read UsageExamples for instructions how to easily use it.
I made a few changes in the Google's code (notably a few improvements in "UTF-8" support and redirected error reporting to a standard Java Logging facility). Nevertheless I don't plan on any further additions, except on updating sources from new versions of Android. If you want to manage this project, don't hesitate