I take it, if you’re reading this, you’ve made the decision or at the very least are toying with the idea of building a Zoom app. That’s great news for many Zoom users like myself who rely on the additional functionality and features these apps give our daily in and out of meeting experiences, but […]
Kaiserstraße is a new residential building currently under construction in Blumenau, Brazil. The project is designed by Alencar Arquitetura and aims to harness connections between residents and the natural world. Continue reading below Our Featured Videos The project’s name reflects the German colonial influences of the city of Blumenau. In fact, the name derives from […]
How do you display a 100mb image on Android without running into OutOfMemoryError? You can’t. But you can cheat. For years Android developers have used Dave Morrissey’s excellent library, subsampling-scale-image-view for displaying large bitmaps with deep zoom. It optimizes memory usage by loading lower resolution bitmaps whenever possible and avoiding loading parts of the original […]
Creating custom cakes, plus healthy protein bars and granola Katie Hill started Mama Bear’s Sweets in her Woodbury home kitchen more than four years ago. Source link
Germany’s most sustainable building is in Berlin, and it’s a beauty. The EDGE Suedkreuz Berlin is a seven-story office complex consisting of two buildings comprising 32,000 square meters of floor space. It has been built by TCHOBAN VOSS Architekten using sustainable, climate and resource-saving techniques. Plus, it has a modular hybrid-timber construction that makes this […]
Etsy announced the arrival of a powerful new image-based discovery tool on Etsy’s mobile apps. The ability to search by image gives buyers the opportunity to search the Etsy marketplace using their own photos as a reference. Tap the camera icon in the search bar to take a picture, and in a fraction of a […]
A singular goal. To release as quickly as humanly possible. Laser-sharp focus. Make the most of Zoom’s new Layers API. A daring vision. To give Zoom users better meetings. The Prezi way. All of these, in many ways, are a testament to Prezi’s long history of wanting to turn the boring, the mundane, into engaging, […]
Last week, I raved about the book Designing Your Life by Bill Burnett and Dave Evans. These two Stanford design professors have taken design principles and applied them to helping people figure out what they want to be when they grow up. After advocating Designing Your Life to several friends, two of them suggested that […]
When building modern applications, it’s incredibly common to want to trigger some form of asynchronous action in response to a UI event. For example, within the following SwiftUI-based PhotoView, we’re using a Task to trigger an asynchronous onLike action whenever the user tapped that view’s button: struct PhotoView: View { var photo: Photo var onLike: […]
If we think about it, so much of the code that we write on a daily basis essentially consists of a series of data transformations. We take data in one shape or form — whether that’s actual model data, network responses, or things like user input or other events — we then run our logic […]