Browse Source

Add link to android-optimized port (#1961)

pull/1962/head
Chaitanya Pramod 8 years ago
committed by Keghani Kouzoujian
parent
commit
a69f265360
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@ -217,6 +217,11 @@ However, we emphasize that these ports are by developers outside the
libphonenumber project. We do not evaluate their quality or influence their
maintenance processes.
* Android: Java version of libphonenumber can be used on Android as is.
https://github.com/MichaelRocks/libphonenumber-android is a repackaged
port optimized for Android by using `AssetManager#open()` instead of
`Class#getResourcesAsStream()` to load metadata. See [FAQ](https://github.com/googlei18n/libphonenumber/blob/master/FAQ.md#optimize-loads)
for why this is better
* C#: https://github.com/twcclegg/libphonenumber-csharp
* Javascript: If you don't want to use our version, which depends on Closure,
there are several other options, including


Loading…
Cancel
Save