Merge pull request #95 from dlyongemallo/master

update countryinfo.txt to reflect current state of appspot server
tree: b58107302d7b3d0f4d6d3b3e84c27f20bc095f3d
  1. android/
  2. common/
  3. cpp/
  4. externals/
  5. testdata/
  6. .gitignore
  7. .gitmodules
  8. AUTHORS
  9. build.gradle
  10. CONTRIBUTORS
  11. LICENSE
  12. README.md
  13. settings.gradle
README.md

libaddressinput

Build Status

The libaddressinput project consists of two different libraries (one implemented in C++, one implemented in Java for Android) that use address metadata from Google's I18n Services Address Data Service to assist application developers in collecting and handling postal addresses from all over the world.

These libraries can provide information about what input fields are required for a correct address input form for any country in the world and can validate an address to highlight input errors like missing required fields or invalid values.

C++

The C++ library (in very portable C++03) of libaddressinput is the backend for requestAutocomplete() in Chromium. The source code for that is a good example of how to use this library to implement a complex feature in a real application:

https://src.chromium.org/viewvc/chrome/trunk/src/third_party/libaddressinput/ https://chromium.googlesource.com/chromium/src/+/master/third_party/libaddressinput/

Video: Easy International Checkout with Chrome

Java

The Java library of libaddressinput is written for use in Android and includes an Android UI address input widget ready for use, but only the UI parts are tied to Android.

Non-UI code and tests can be run in Java SE, and the rest of the library could easily be adapted to run in any Java environment.

Mailing List

Using and developing libaddressinput is discussed on this mailing list:

https://groups.google.com/forum/#!forum/libaddressinput-discuss