Please follow this series with a "12 Days of Christmas" style one for the holidays.
A haunted hause but each room is a work app and you must clear each notification individually.
LinkedIn and 3rd parties use essential and non-essential cookies to provide, secure, analyze and improve our Services, and to show you relevant ads (including professional and job ads) on and off LinkedIn. Learn more in our Cookie Policy.
Select Accept to consent or Reject to decline non-essential cookies for this use. You can update your choices at any time in your settings.
Skip to main content
Please follow this series with a "12 Days of Christmas" style one for the holidays.
A haunted hause but each room is a work app and you must clear each notification individually.
To view or add a comment, sign in
Do you know how to detect when a user goes idle in your app? 𝗣𝗶𝗰𝘁𝘂𝗿𝗲 𝘁𝗵𝗶𝘀: someone is using your app, then suddenly they stop. Maybe they've walked away or got distracted. How do you catch that moment? 𝗛𝗲𝗿𝗲'𝘀 𝘄𝗵𝗮𝘁 𝘆𝗼𝘂 𝗰𝗮𝗻 𝗱𝗼: • Keep an eye on mouse movement using 𝘮𝘰𝘶𝘴𝘦𝘮𝘰𝘷𝘦 events. • Listen for keyboard activity with 𝘬𝘦𝘺𝘥𝘰𝘸𝘯 events. • Set a timer to decide when "idle" starts using 𝘴𝘦𝘵𝘛𝘪𝘮𝘦𝘰𝘶𝘵. 𝗔𝗻𝗱 𝗶𝗳 𝘆𝗼𝘂 𝘄𝗮𝗻𝘁 𝘁𝗼 𝗴𝗼 𝗱𝗲𝗲𝗽𝗲𝗿: • Track scrolling behavior with the 𝘴𝘤𝘳𝘰𝘭𝘭 event. • Detect window focus changes using 𝘷𝘪𝘴𝘪𝘣𝘪𝘭𝘪𝘵𝘺𝘤𝘩𝘢𝘯𝘨𝘦. • Notice touch inactivity with 𝘵𝘰𝘶𝘤𝘩𝘴𝘵𝘢𝘳𝘵 and 𝘵𝘰𝘶𝘤𝘩𝘦𝘯𝘥. Here’s a simple React hook to make it happen:
To view or add a comment, sign in
Currently Working on a TODO APP. Not yet completed. Next features to add are: 1. light and dark mode 2. Filter 3. Clearing of all to-dos 4. Drag and drop 😁
To view or add a comment, sign in
Submitting an app to the App Store can feel like a daunting task, with countless boxes to check. 📋 But don't worry, we've got you covered! Our ultimate checklist breaks down the entire process into simple, actionable steps.
To view or add a comment, sign in
Interested in using secret variables with Numerous? 🤫 Follow the steps below: 1) Use your secrets 2) Define the values 3) Push the app 4) See the result! Read more here: https://lnkd.in/e9Zhv2QS
To view or add a comment, sign in
This is a small detail that took ages for me to figure out, so I'd rather share it: If you have a multi-threaded worker process and want to display the progress in a Streamlit app. All you need to do is to define the following _callback function, and voilà: Progress! Absent of this, you will receive a NoSessionContext exception.
To view or add a comment, sign in
Quick hack to fix Evernote issues: Restart the app and clear cache 🛠️. This resolves most glitches and sync problems effortlessly. 💡 Reliable and easy to do! Share your own tips below or visit our website for more insights: https://lnkd.in/gbe_MavX #Productivity #TechTips
To view or add a comment, sign in
Now that you have built your app and site here is a quick tutorial to show you how to make changes.
To view or add a comment, sign in
If you use Google Saved Places a lot but feel it’s lacking some features I’d love to connect with you. If you’d also like to try out an alternative, here’s the TestFlight download link for an app I’m working on: https://lnkd.in/gH_Dt3zX before it gets released to the App Store Some features: * Import your saved / starred places from Google * Search your place notes 📝 * Filter by list to find places you’ve saved again. * Search by your personal star rating or if you’ve visited the location. * [Your future feature request here] 🙏 for giving it a try
To view or add a comment, sign in
How to NOT build an API: ✅ Have a public and partner API but mix docs and endpoints ✅ Hamstring your public API so users create an undocumented API guide ✅ Force users to download your app to get an API key 🤯 These sins and more, in our latest blog: https://hubs.li/Q02StTlW0
To view or add a comment, sign in