My presentation will start in

Days Hours Minutes Seconds

DeckDeckGo

Hello World Ionic πŸš€

This are some notes about this particular slide

Custom slide background

Gif

Hey Sani

Cool?

A 16/9 video

A subtitle or something about the video

Another video

Url provided as short Url

Reveal as slot

Hello World EDITABLE EDITABLE HERE Ionic πŸš€

Hello World Ionic πŸš€

Reveal inside slot

Hello World Ionic πŸš€

Hello World Ionic πŸš€

Hello World Ionic πŸš€

Reveal after element

  • Use HTML and CSS to create without effort your presentation
  • Ionic components and icons to create your content
  • Style your presentation quickly
  • Lightweight and lazy loaded images
  • Bundles the presentation with an offline support
  • Use HTML and CSS to create without effort your presentation
  • Ionic components and icons to create your content
  • Style your presentation quickly
  • Lightweight and lazy loaded images
  • Bundles the presentation with an offline support
  • DeckDeckGo

    Hello World 1 Ionic πŸš€
    Cool beans DeckDeckGo

    Not reveal list

    Code

    Manual code

    interface NumericTest { boolean computeTest(int n); } public static void main(String args[]) { NumericTest isEven = (n) -> (n % 2) == 0; NumericTest isNegative = (n) -> (n < 0); // Output: false System.out.println(isEven.computeTest(5)); // Output: true System.out.println(isNegative.computeTest(-5)); }