Sep 27, 2018 | The Others |
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...
Sep 24, 2018 | The Others |
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...
Sep 18, 2018 | The Others |
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, ....
Sep 17, 2018 | The Others |
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...
Sep 13, 2018 | The Others |
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....