Roger Colque Calcinablogdevtrip.hashnode.dev·Nov 28, 2024Disabling Screenshots in Android Apps security feature in appIn mobile app development, especially for apps handling sensitive information like banking apps, security is a top priority. One essential feature developers often implement is disabling screenshots, which ensures users cannot capture or share critic...Security in Android App Mobile DevelopmentSecurity
user1272047programmingetc.hashnode.dev·Nov 18, 2024screenshot tools for Windows as of 2024.If you're looking for simple and efficient screenshot tools for Windows as of 2024, here are five options that allow you to capture your screen with just a click: :::contextList Snipping ToolA built-in Windows utility that lets you capture screenshot...Screenshot
Mohammed Omaromohammed.hashnode.dev·Sep 18, 2024Capturing Screenshots in React with html2canvas: A Detailed GuideIn modern web development, the ability to capture screenshots directly from the web application can be immensely valuable. Whether you want to generate PDFs, create shareable content, or save snapshots of user-generated content, html2canvas is a powe...html2canvas
Allan Pottsgenghisfitness.hashnode.dev·Sep 7, 2024How to Take a Screenshot of a Webpage in JavaIn today’s digital age, capturing screenshots is essential for various tasks like web development, testing, and automation. Often, developers need to programmatically capture webpages for reporting, monitoring, or archiving website states. In this ar...fitness
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jul 13, 2024Automated Testing with Selenium: A Comprehensive GuideIn the fast-paced world of software development, ensuring the reliability and performance of web applications is crucial. Automated testing is a key practice that helps developers and testers maintain high-quality standards without the need for repet...30 likes·69 readsPythonPython
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 15, 2024Taking Screenshots Using Python & PyQtTaking screenshots is a common feature in many desktop applications, whether for capturing content, providing feedback, or documenting issues. PyQt, a set of Python bindings for the Qt libraries, allows you to create rich desktop applications with a ...31 likes·335 readsPythonPython
Yoni Aokiblog.yoniakabecky.com·Jun 11, 2024Fixing Table Double Borders in ScreenshotsIntro I work at a startup company that develops several web applications. The app's code is older than my developer experience. If it is working, I rarely touch it. 😜 (Of course, I will change it if necessary.) One of the apps I am developing has a ...26 readsReact
Cloud Tunedcloudtuned.hashnode.dev·Jun 11, 2024Daily Hack #day69 - Taking Screenshot with FlameshotFlameshot Flameshot is a powerful and user-friendly screenshot tool designed for Linux, but also available for Windows and macOS. It provides an extensive range of features that make capturing, annotating, and sharing screenshots effortless and effic...Daily Hacksflameshot
Nader Ikladiousikladious.net·May 3, 2024Capturing the Web: How to properly screenshot websitesIn today's digital age, the ability to capture screenshots of websites and web applications is invaluable. Whether you're a developer creating a new web application or simply want to capture a specific moment on a website, knowing how to take screens...1 like·69 readsBrowsers
Shreyas Patilblog.shreyaspatil.dev·Mar 20, 2024Capturing composable to a bitmap without losing a stateHey Composers 👋🏻, I'm the maintainer of a library - Capturable, that helps you to convert composable content into a Bitmap image easily. In the very first release of it, as there was no dedicated API from compose, I used to wrap composable content ...24 likes·4.6K reads#AndroidDevAndroid