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
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
Cool beans
Not reveal list
- Blue cheese
- Feta
- Gruyère
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)); }