BingzhengXia / hms-hQUIC-demo

hQUIC demo provides an example of integrating hQUIC Kit with an app.It illustrates how to interact with the backend server using the QUIC protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMS hQUIC Demo

English | 中文

Table of Contents

Introduction

With the hms-hQUIC-demo, you will experience how to interact with the backend server using the QUIC protocol through hQUIC Kit.

Getting Started

  1. Check whether the Android studio development environment is ready.
  2. Open the demo project, and modify the URL in the HQUICActivity.java file. The URL must be the URL of the GET request and support the QUIC protocol.
  3. Run the demo on your Android device.

Supported Environments

Android SDK Version >= 19 and JDK version >= 1.7 is recommended.

Result

Question or issues

If you want to evaluate more about HMS Core, r/HMSCore on Reddit is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.

If you have questions about how to use HMS samples, try the following options:

  • Stack Overflow is the best place for any programming questions. Be sure to tag your question with huawei-mobile-services.
  • Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.

If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.

License

hms-hQUIC-demo is licensed under the Apache License, version 2.0.

About

hQUIC demo provides an example of integrating hQUIC Kit with an app.It illustrates how to interact with the backend server using the QUIC protocol.

License:Apache License 2.0


Languages

Language:Java 100.0%