I want to have a dedicated button in order to play videos on my page. I have written down the following code. Is it something wrong with it? When I try to build
I want to check if my String contains words with a specific length String s = "ab a abc ac"; if(s.contains(/*any words with 3 or more letters
Ok I opened a .mp4 using import os os.startfile('test.mp4') How can I detect when the window (of the default Windows app used to show videos) gets closed to ru
I'm trying to build our NativeScript app to run on my Android Studio Emulator but I keep running into this certain build error: > Failed to build plugin nati
I am using packer for creating my project's docker image and pushing to a cluster. In packer config json file I have provided commands for giving read, write, e
How do I make something that sends values from specific cells in a google sheet (say SHEET 1) to another sheet (say SHEET 2)? Can I make a menu button or somet
i want my app to be able to redirect back to the previous page after a user logs out.i have figured out redirecting back to previous page on sign up and log in.