We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2951e82 commitb819d01Copy full SHA for b819d01
content/snacks/index.md
@@ -438,6 +438,30 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
438
videoTitle:
439
"Screen Snapshot",
440
},
441
+ {
442
+ id:24,
443
+ title:"Solid NativeScript Vibes",
444
+ href:"https://stackblitz.com/edit/nativescript-solid-vibes?file=src%2Fcomponents%2Fhome.tsx",
445
+ description:
446
+"Example of using audio player with metering.",
447
+ categories: [
448
449
+ title:"iOS AVAudioPlayer",
450
+ href:"https://developer.apple.com/documentation/avfaudio/avaudioplayer/averagepower(forchannel:)?language=objc",
451
+ },
452
453
+ title:"Android Visualizer",
454
+ href:"https://developer.android.com/reference/android/media/audiofx/Visualizer",
455
456
457
+ title:"Solid",
458
+ href:"https://www.solidjs.com/",
459
460
+ ],
461
+ videoUrl:"https://youtube.com/embed/FLxZ_T5yN_A",
462
+ videoTitle:
463
+"Solid NativeScript Vibes",
464
465
];
466
467
</script>