Minimal presentation tool for Android, perfect for using Takahashi method. Unlike a typical presentation, only a few words are printed on each slide using very large characters. To make up for this, a presenter will use many more slides than in a traditional presentation, each slide being shown for a much shorter duration.
The slides use plain text in a visual manner, to help the audience quickly read and understand the material. It's said to be helpful with Japanese and other eastern languages which use non-Latin alphabets.
Many presenters in developer conferences use their own variant on Takahashi.
The method is designed for the people who are not good at presentations and who are quite nervous about the idea of presenting. This method helps the presenter to get organized during the talk and keeps the presenter on track while presenting. The method provides clear visual support for the audience and helps make the content more memorable.
Demo presentation made with Slide can be found on SlideShare (nothing fancy, just basic markup demonstration). The original PDF is on Google Drive.
Also there is a compatible standalone HTML variant of Slide, it's only 4KB in size and to make a presentation you will only need a text editor. Check it out!
- Each paragraph is a slide. Blank lines separate slides
- Text is rendered using the largest possible font size to fit the slide bounds
- Single-line text is centered, otherwise it's left-aligned
- Text surrounded with asterisks is rendered as bold (emphasized). Use
**
to render a normal asterisk sign - Line starting with hash sign is a header
- Line starting with two spaces are rendered as code (monospace).
- Line starging with "@" allow to insert images from the URL (web, dropbox, local device storage)
- Images may be scaled, e.g
@http://example.com/bg.png 30%
- Images may have certain gravity, e.g.
@http://example.com/logo.png top
- Dot at the beginning of a line is ignored. It's helpful to "escape" blank lines or special symbols inside a slide.
This is
a slide
# Header
@http://example.com/logo.png 20% left top
.
This is *another* slide
Code:
int main() {
return 0;
}
Using:
- Jedux for Redux architecture
- Anvil for reactive views
- Immutables for immutable Redux state
- Material Icons TTF font
- Standard Andorid API to render PDF slides