mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
1.4 KiB
1.4 KiB
title | description | guide_group | menu | permalink | generate_toc | hide_comments |
---|---|---|---|---|---|---|
User Interfaces | How to build app user interfaces. Includes information on events, persistent storage, background worker, wakeups and app configuration. | user-interfaces | false | /guides/user-interfaces/ | false | true |
The User Intefaces section of the developer guide contains information on using
other the Pebble SDK elements that contribute to interface with the user in some
way, shape, or form. For example, Layer
objects form the foundation of all
app user interfaces, while a configuration page asks a user for their input in
terms of preferences.
Graphics-specific UI elements and resources are discussed in the {% guide_link graphics-and-animations %} and {% guide_link app-resources %} sections.
Contents
{% include guides/contents-group.md group=page.group_data %}