mirror of
https://github.com/danbulant/sketchware-docs
synced 2026-06-19 22:51:13 +00:00
79 lines
No EOL
6 KiB
HTML
79 lines
No EOL
6 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>en/_sidebar · Sketchware docs</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="# sidebar"/><meta name="docsearch:language" content="en"/><meta property="og:title" content="en/_sidebar · Sketchware docs"/><meta property="og:type" content="website"/><meta property="og:url" content="https://sketchware.danbulant.eu/"/><meta property="og:description" content="# sidebar"/><meta property="og:image" content="https://sketchware.danbulant.eu/img/undraw_online.svg"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://sketchware.danbulant.eu/img/undraw_tweetstorm.svg"/><link rel="shortcut icon" href="/img/logo.png"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/logo.png" alt="Sketchware docs"/><h2 class="headerTitleWithLogo">Sketchware docs</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/docs/en/README" target="_self">Docs</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="container mainContainer"><div class="wrapper"><div class="post"><header class="postHeader"><h1 class="postHeaderTitle">en/_sidebar</h1></header><article><div><span><h1><a class="anchor" aria-hidden="true" id="sidebar"></a><a href="#sidebar" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>sidebar</h1>
|
|
<ul>
|
|
<li><p>Getting started</p>
|
|
<ul>
|
|
<li><a href="/docs/en/README">What is sketchware</a></li>
|
|
<li><a href="/docs/en/first-project">Creating your first project</a></li>
|
|
</ul></li>
|
|
<li><p>Debugging</p>
|
|
<ul>
|
|
<li><a href="/docs/en/duplicate-vars">Why you can't have duplicate names</a></li>
|
|
</ul></li>
|
|
<li><p>View</p>
|
|
<ul>
|
|
<li>Layouts
|
|
<ul>
|
|
<li>Linear(H)</li>
|
|
<li>Linear(V)</li>
|
|
<li>Scroll(H)</li>
|
|
<li>Scroll(V)</li>
|
|
</ul></li>
|
|
<li>Widgets
|
|
<ul>
|
|
<li>TextView</li>
|
|
<li>EditText</li>
|
|
<li>Button</li>
|
|
<li>ImageView</li>
|
|
<li>Checkbox</li>
|
|
<li>Spinner</li>
|
|
<li>ListView</li>
|
|
<li>WebView</li>
|
|
<li>Switch</li>
|
|
<li>SeekBar</li>
|
|
<li>ProgressBar</li>
|
|
<li>CalendarView</li>
|
|
<li>AdView</li>
|
|
<li>MapView</li>
|
|
</ul></li>
|
|
</ul></li>
|
|
<li><p>Blocks</p>
|
|
<ul>
|
|
<li><a href="/docs/en/blocks/variables">Variables And Lists</a></li>
|
|
<li><a href="/docs/en/blocks/control">Control</a></li>
|
|
<li><a href="blocks/operator.md">Operator</a></li>
|
|
<li><a href="blocks/math.md">Math</a></li>
|
|
<li><a href="blocks/file.md">File</a></li>
|
|
<li><a href="blocks/views.md">Views</a></li>
|
|
<li><a href="blocks/components.md">Components</a></li>
|
|
<li><a href="blocks/functions.md">More blocks</a></li>
|
|
</ul></li>
|
|
<li><p>Components</p>
|
|
<ul>
|
|
<li><a href="components/README.md">Overview</a></li>
|
|
<li><a href="components/intent.md">Intent</a></li>
|
|
<li><a href="components/sharedPreferences.md">SharedPreferences</a></li>
|
|
<li><a href="components/calendar.md">Calendar</a></li>
|
|
<li><a href="components/vibrator.md">Vibrator</a></li>
|
|
<li><a href="components/timer.md">Timer</a></li>
|
|
<li><a href="components/dialog.md">Dialog</a></li>
|
|
<li><a href="components/mediaPlayer.md">MediaPlayer</a></li>
|
|
<li><a href="components/soundPool.md">SoundPool</a></li>
|
|
<li><a href="components/objectAnimator.md">ObjectAnimator</a></li>
|
|
<li><a href="components/camera.md">Camera</a></li>
|
|
<li><a href="components/filePicker.md">FilePicker</a></li>
|
|
<li><a href="components/gyroscope.md">Gyroscope</a></li>
|
|
<li><a href="components/firebase.md">Firebase</a>
|
|
<ul>
|
|
<li><a href="components/db.md">DB</a></li>
|
|
<li><a href="components/auth.db">Auth</a></li>
|
|
<li><a href="components/storage.md">Storage</a></li>
|
|
</ul></li>
|
|
<li><a href="components/ads.md">Interestial ad</a></li>
|
|
<li><a href="components/tts.md">TextToSpeech</a></li>
|
|
<li><a href="components/stt.md">SpeechToText</a></li>
|
|
<li><a href="components/network.md">RequestNetwork</a></li>
|
|
<li><a href="components/bluetooth.md">BluetoothConnect</a></li>
|
|
<li><a href="components/location.md">LocationManager</a></li>
|
|
</ul></li>
|
|
</ul>
|
|
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 10/27/2019 by danbulant</em></div><div class="docs-prevnext"></div></div></div><nav class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/logo.png" alt="Sketchware docs" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/en/en/README">Getting Started</a><a href="/docs/en/en/components/components">Components</a><a href="/docs/en/en/LICENSE">License</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a><a href="https://discord.gg/dDJ2F8M">Project Chat</a><a href="https://github.com/danbulant/sketchware-docs">GitHub</a><a class="github-button" href="https://github.com/danbulant/sketchware-docs" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2019 Daniel Bulant, MIT Licensed</section></footer></div></body></html> |