# hms-panorama-demo **Repository Path**: hms-core/hms-panoram-demo ## Basic Information - **Project Name**: hms-panorama-demo - **Description**: 华为全景服务示例代码,本代码用于指导开发人员集成全景包并调用全景包的功能,支持多种全景模式展示图片和视频。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 53 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: harmony **Tags**: None ## README ## HMS Panorama Kit Demo English | [中文](README_ZH.md) ## Table of Contents * [Introduction](#introduction) * [Installation](#installation) * [Configuration ](#configuration ) * [Supported Environments](#supported-environments) * [Sample Code](#sample-code) * [License](#license) ## Introduction The PanoramaKitDemo app demonstrates three samples to call the panorama view. [Read more about HMS Panorama Kit](https://developer.huawei.com/consumer/cn/hms/huawei-panoramakit). ## Installation Before using PanoramaKitDemo sample code, check whether the AndroidStudio environment has been installed. Decompress the PanoramaKitDemo package. Import the demo project in AndroidStudio. ## Supported Environments AndroidStuido 3.5.0 or a later version is recommended. Java SDK 1.7 or later Huawei Mobile Services (APK) 4.0.0.300 or later HMS SDK 4.0.0.300 or later Android 5.0 or later ## Configuration No configuration required ## Sample Code PanoramaKitDemo sample code uses three buttons in MainActivity represent calls to three api. Sample1: Load a panorama image without a specified panorama type. Sample2: Load a panorama image with a specified panorama type. Sample3: Start an activity, which shows how to call panorama image display using the PanoramaLocalInterface. ## Question or issues If you want to evaluate more about HMS Core, [r/HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) 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](https://stackoverflow.com/questions/tagged/huawei-mobile-services?tab=Votes) is the best place for any programming questions. Be sure to tag your question with `huawei-mobile-services`. - [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) 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](https://github.com/HMS-Core/hms-panoram-demo/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-panoram-demo/pulls) with a fix. ## License PanoramaKitDemo is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).