# chromium_third_party_libaddressinput **Repository Path**: openharmony-tpc/chromium_third_party_libaddressinput ## Basic Information - **Project Name**: chromium_third_party_libaddressinput - **Description**: 第三方软件libaddressinput - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/chromium_third_party_libaddressinput - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-08-11 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [chromium_third_party_libaddressinput](https://gitcode.com/openharmony-tpc/chromium_third_party_libaddressinput)。| ⚠️ This repository has been archived. For the new address, please visit [chromium_third_party_libaddressinput](https://gitcode.com/openharmony-tpc/chromium_third_party_libaddressinput).** > --- > # ![](https://github.com/google/libaddressinput/wiki/libaddressinput-icon-70x55.png) libaddressinput [![Build Status](https://travis-ci.org/googlei18n/libaddressinput.svg?branch=master)](https://travis-ci.org/googlei18n/libaddressinput) The _libaddressinput_ project consists of two different libraries (one implemented in C++, one implemented in Java for Android) that use [address metadata](https://github.com/google/libaddressinput/wiki/AddressValidationMetadata) from [Google](https://developers.google.com/)'s [Address Data Service](https://chromium-i18n.appspot.com/ssl-address/data) 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++11) of _libaddressinput_ is used in address-related projects in [Chromium](http://www.chromium.org/Home). https://chromium.googlesource.com/chromium/src/+/master/third_party/libaddressinput/ ## Java The Java library of _libaddressinput_ is written for use in [Android](https://developer.android.com/) 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 ## License Source code licensed under the Apache 2.0. Data licensed under the CC-BY 4.0