Intermediate: Integration of Huawei HiAI Scene Detection in Android

Shiddalingeshwar M S
3 min readAug 30, 2021

In this article, we will learn how Huawei HiAI Scene Detection, it can quickly classify images by identifying the type of scene detection also can add smart classification labels to images, facilitating smart album generation and category-based image management.

Introduction

In this article, we will learn how Huawei HiAI Scene Detection, it can quickly classify images by identifying the type of scene detection also can add smart classification labels to images, facilitating smart album generation and category-based image management.

API Restrictions

Prerequisites

  1. Must have a Huawei Developer Account.
  2. Must have a Huawei phone with HMS 4.0.0.300 or later.
  3. Must have a laptop or desktop with Android Studio, Jdk 1.8, SDK platform 26 and Gradle 4.6 installed.

Integration steps

Step 1. Huawei developer account and complete identity verification in Huawei developer website, refer to register Huawei ID.

Step 2. Create a project in android studio, refer Creating an Android Studio Project.

Step 3. Create project in AppGallery Connect

Step 4. Navigate to this URL, choose App Service > Development and click HUAWEI HiAI.

Step 5: Click Apply for HUAWEI HiAI kit.

Step 6: Enter required information like Product and Package name, click Next button.

Step 7: Verify the application details and click Submit button.

Step 8. Click the Download SDK button to open the SDK list.

Step 9: Unzip downloaded SDK and add into your android project under libs folder.

Let’s start coding

Result

Tips and Tricks

  • Make sure that Huawei account is verified.
  • Enable Huawei HiAI service in the App Gallery.
  • Make sure you have added the agconnect-services.json file in app folder.
  • Make sure all the dependencies are added properly.
  • Make sure proper images are added.
  • Make sure that arr files are added in lib folder.

Conclusion

In this article, we have learnt that how to integrate Huawei HiAI Scene Detection in android. Scene Detection can also add smart classification labels to images, facilitating smart album generation and category-based image management.

Thank you so much for reading, I hope this article helps you to understand the Huawei HiAI Scene Detection in android.

Reference

Scene Detection service

--

--