Tag Archives: cross-platform

Flutter

I recently found out about the new cross-platform framework for mobile development that Google backs up: Flutter. Although it’s only in alpha stage (i.e. early development) at this time, I wonder, could it eventually reach more adopters than Xamarin or … Continue reading

Posted in Architecture | Tagged , , , , , | Leave a comment

Platform selection

Want to develop apps? You need to decide whether you want to do it for a single platform or more, and in the latter case whether or not to use a cross-platform framework. The table below may help, but you’ll … Continue reading

Posted in Development | Tagged , , , , , | 1 Comment

Stop over-abstracting

Developers are very good when it comes to abstracting things, be this: 1) generating base or generic classes to inherit from or reuse; 2) generic or overloaded functions called with arguments instead of standalone ones; or 3) reusing code under multiple technologies even if it’s … Continue reading

Posted in Architecture | Tagged , , , , , , | 3 Comments