Sketchware Docs (Unofficial)
  • Introduction (Under Construction)
  • Official Docs
  • Introduction to Sketchware
    • Adding your app
    • Designing and Programming your app
  • Widgets and Layouts
    • Concept
    • Properties
    • List of Widgets and Layouts
  • Events
  • Blocks
    • Variable
    • List
    • Control
    • Operator
    • Math
    • File
    • View
    • Component
    • More Block
  • Components
    • About Components
    • Intent
    • SharedPreference
    • Calendar
    • Vibrator
    • Timer
    • Dialog
  • Configuration
  • AdMob Guide
  • Community
Powered by GitBook
On this page
  1. Components

About Components

PreviousMore BlockNextIntent

Last updated 4 years ago

Was this helpful?

CtrlK

Was this helpful?

List of Components

Intent

SharedPreference

Shared Preference is used to locally save data on the device.

Calendar

The calendar component is used to get the current date in the specified way, or the current time.

Vibrator

Vibrator component is used to vibrate the device.

Timer

The timer component is used to delay after the specified amount of time in milliseconds.

Dialog

The dialog component is used to display dialogs.