Month: September 2018
-
How Bing Maps compares to the new Google Maps pricing
For many startups, Google’s cloud services have been an appealing way to get started because the generous free tiers have meant they could develop and build their tools essentially for free – as long as they didn’t need any support. View original article
-
Flutter Release Preview 2: Pixel-Perfect on iOS
Flutter is Google’s new mobile app toolkit for crafting beautiful native interfaces on iOS and Android in record time. Today, during the keynote of Google Developer Days in Shanghai, we are announcing Flutter Release Preview 2: our last major milestone before Flutter 1.0. View original article
-
Publishing an ASP.NET Core website to a cheap Linux VM host
A little Linux VM on Azure is like $13 a month. You can get little Linux machines all over for between $10-15 a month. On Linode they are about $10 a month so I figured it would be interesting to setup an ASP.NET Core website running on .NET Core. As you may know, . View…
-
AnimatedContainer – Flutter Widget of the Week
You can code up animated changes yourself with explicit animations, or you can let Flutter animate them for you! With the AnimatedContainer widget, you just build it once with a particular attribute (like color), and then rebuild it with a different value. Flutter will automatically animate the chan View original article
-
Implementing adaptive master-detail layouts in Flutter
Usually, when developing apps for mobile phones, having too much screen real estate is not the problem. In fact, quite the contrary. Much thought has to be put into how to structure the app so that it does not feel cluttered. On tablets, it is a whole different story. View original article