/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

adityarohilla.com
| | dinukaroshan.blogspot.com
1.7 parsecs away

Travel
| | "In today's environment, hoarding knowledge ultimately erodes your power."
| | blog.blundellapps.co.uk
1.4 parsecs away

Travel
| | Someone requested this so here goes: If you want to send someone to a website when they press a button in your activity: MainActivity class: And your XML layout: Main.xml As always, enjoy!
| | 0xra.github.io
1.9 parsecs away

Travel
| | TL; DR Any app on Fire OS that has been granted permission to use external storage can execute code in the context of the Apple TV app. Story While bored during lockdown I wanted to port the Apple TV app to my Android TV so that I didn't have to use my Fire TV stick. While looking into this I found a very interesting behavior, the Apple TV app on Fire OS was writing files to external storage and then executing the files.
| | golb.hplar.ch
26.9 parsecs away

Travel
| [AI summary] The provided text is a detailed tutorial on creating and integrating a service worker using Workbox into an Angular application. It covers the setup of the service worker, configuration of Webpack and Workbox CLI, handling production and development builds, and testing the service worker. The tutorial emphasizes the use of TypeScript for writing the service worker, leveraging Workbox for caching strategies, and ensuring the service worker works correctly in both production and development environments. The final step involves testing the service worker by serving the build artifacts via an HTTP server.