Skip to content

BAU-COOP4423/W5-HMS-Identity-Kit

Repository files navigation

(W5) HMS Identity Kit

5th week content of COOP4423 course

Latest Version Java Minimum SDK Version

Used Technologies

Documentation can be found at this HMS Identity Kit

The demo implements the Identity Kit API to obtain the user address interface, and assembles and returns the selected address information to the interface.

Obtaining a User Address

  • Instantiate the request object by using the new UserAddressRequest method. Then, call the getUserAdddress API. The code location is in the getUserAddress method in the MainActivity.java file.

  • Display the address selection page by calling the startActivityResult method of Status. The code location is in the startActivityForResult method in the MainActivity.java file.

  • After the user selects an address, call the parseIntent method of UserAddress in onActivityResult of the page and obtain the address from the returned result. The code location is in the onActivityResult method in the MainActivity.java file.

Clone the Repository

With SSH

git clone [email protected]:BAU-COOP4423/W5-HMS-Identity-Kit.git

With HTTPS

git clone https://github.com/BAU-COOP4423/W5-HMS-Identity-Kit.git

Utilized resources

Note:

Do not hesitate to open an issue for your questions.

About

5th week content of COOP4423 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages