mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-26 10:26:09 +03:00
41c35cd59e
* Developers Docs editing * Logo underline removed The underline has been removed when hovering over the logo. * proofread docs * application -> app in several files --------- Co-authored-by: knrn64 <25254561+knrn64@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
14 lines
656 B
Plaintext
14 lines
656 B
Plaintext
/**
|
|
@page app_examples App Examples
|
|
|
|
A collection of examples covering various aspects of app development for Flipper Zero.
|
|
|
|
- @subpage example_number_input — Using a simple keyboard that limits user inputs to a full number (integer)
|
|
- @subpage example_app_images — Using images and icons in an app
|
|
- @subpage example_app_assets — Using app-specific asset folders
|
|
- @subpage example_app_data — Using app-specific data folders
|
|
- @subpage example_thermo — Reading data from a 1-Wire thermometer
|
|
|
|
You can find more app examples in the [repository on GitHub](https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/examples).
|
|
*/
|