/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

www.codeandunicorns.com
| | 0xra.github.io
6.3 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.
| | adityarohilla.com
4.7 parsecs away

Travel
| | Hey people! In this tutorial, we'll develop a basic Audio capturing android application. This tutorial is the second part of the series in which we develop basic Android applications. You can find the previous article on Screen mirroring here: Screen mirroring android app Let's start developing our recorder app. The most common way to do...
| | enoent.fr
5.8 parsecs away

Travel
| | Random musings of a software engineer.
| | wiresareobsolete.com
20.9 parsecs away

Travel
| Note: ConstraintLayout and the layout editor tools are currently in preview. The information in this post is based on the code and behavior of constraint-layout:1.0.0-alpha4. These behaviors may change as the tools approach final release. Google I/O 2016 came with an announcement of new tools and libraries designed to improve the layout experience building Android applications. Android Studio has been equipped with a constraint-based visual layout editor, coupled with the new ConstraintLayout container to interpret those constraints at runtime.