Robot Software Development Specification

non-system applications

  1. The software package should be installed by uploading apk and cannot be packaged and installed with the Rom package.

Adapt to Android system

  1. Adapt to Android 11

Adapt to screen

UI adaptation

  1. The screen size unit can only use px, (screen size: 480x480px), not bp.
  1. The area outside the circle is the invisible area, as follows:
  1. Icon buttons should be kept within the clickable range of the screen, as follows:

Status bar adaptation

  1. Reserve 78px at the top of the screen for displaying the status bar, as follows:
  2. In the status bar area, system power, Wi-Fi and other system icon information will be displayed.

Adapt to Bluetooth

  1. Call Android’s native Bluetooth method, unlimited

Adapter microphone

  1. Call Android’s native microphone method, unlimited

Adapt to MCU

Using mcu through sdk

Tutorial:https://global.letianpai.com/all/?p=1519&v=8528837ceeea

Performance and memory

  • Avoid memory leaks and unnecessary resource usage.
  • Optimize application performance to ensure a smooth user experience.

Security and privacy

  • Comply with relevant laws and regulations, such as the Cybersecurity Law, etc.
  • Respect user privacy, reasonable requests and usage permissions.
  • Avoid sensitive content in the app, such as politics, pornography, violence, etc.

Similar Posts

Leave a Reply