HandMotionView

  • The HandMotionView is an Android UI element for displaying hand motion instructions using animations.

  • It inherits from android.view.View, providing access to standard Android view functionalities.

  • Key features include instruction display, animation integration, and extensive customization options.

  • Developers can use constructors to create instances and the onAttachedToWindow() method for initialization.

  • HandMotionView leverages the Android view system for rendering and interaction, offering a visual guide for users.

public class HandMotionView

This view contains the hand motion instructions with animation.

Inherited Constants

Inherited Fields

Public Constructors

Protected Methods

void

Inherited Methods

Public Constructors

public HandMotionView (Context context)

Parameters
context

public HandMotionView (Context context, AttributeSet attrs)

Parameters
context
attrs

Protected Methods

protected void onAttachedToWindow ()