Skip to content

Redesign in-app start screen to explain VisionClaw#64

Open
kalebrodriguez wants to merge 2 commits into
Intent-Lab:mainfrom
kalebrodriguez:main
Open

Redesign in-app start screen to explain VisionClaw#64
kalebrodriguez wants to merge 2 commits into
Intent-Lab:mainfrom
kalebrodriguez:main

Conversation

@kalebrodriguez

Copy link
Copy Markdown

What & why

On launch, the home screen showed generic Meta-glasses tips left over from
the original sample app — "Video Capture", "Open-Ear Audio", "Enjoy On-the-Go".
None of it tells a first-time user that VisionClaw is an AI assistant you
see-with and talk to, or how to start using it.

This redesigns the start screen on both iOS and Android so the app explains
itself on launch.

Changes

  • Add the app name (VisionClaw) and a one-line tagline under the icon.
  • Rewrite the three tips to explain what it does and how to use it:
    • See what you see — the AI looks through your glasses camera.
    • Just talk — tap the AI button and speak naturally.
    • Take action — send messages, search, manage lists by voice (via OpenClaw).
  • Use the existing tap icon for the new "Take action" tip.

Existing buttons and the registration flow are unchanged.

Files

  • iOS: samples/CameraAccess/.../Views/HomeScreenView.swift
  • Android: samples/CameraAccessAndroid/.../ui/HomeScreen.kt + res/values/strings.xml

Layout/strings only — no behavior changes, no new assets.

claude and others added 2 commits June 16, 2026 18:12
The home screen on both iOS and Android showed generic Meta-glasses tips
("Video Capture", "Open-Ear Audio", "On-the-Go") left over from the
original sample app. A first-time user booting VisionClaw had no idea it
is an AI assistant you see-with and talk to, or how to start using it.

Replace the boilerplate with VisionClaw branding and value props:
- Add the app name and a one-line tagline under the icon
- Rewrite the three tips to explain what it does and how to use it:
  "See what you see", "Just talk", "Take action"
- Use the tap icon for the new "Take action" tip

iOS: HomeScreenView.swift
Android: HomeScreen.kt + strings.xml
…ents-55y863

Redesign in-app start screen to explain VisionClaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants