Aldo's articles
Starting Android Development, Creating a Todo App
By Aldo Ziflaj,
Are you looking to get started with Android development? Where better to start than with a time honoured ToDo app tutorial?
Streamline Android Java Code with Kotlin
By Aldo Ziflaj,
Aldo Ziflaj looks at Kotlin, a Java-like language for Android development that fits right into current IDEs and offers many advantages.
Easy Windows Phone Apps with Microsoft App Studio
By Aldo Ziflaj,
Aldo Ziflaj looks at Microsoft's App Studio, a handy free tool for creating basic Windows Phone apps.
3 JavaScript ORMs You Might Not Know
By Aldo Ziflaj,
In this article Aldo Ziflaj introduces three JavaScript ORMs which can help you deal with complex data in your app: Bookshelf.js, Sequelize and Lovefield.
Developing in the Cloud: an Introduction
By Aldo Ziflaj,
Aldo Ziflaj looks at what's involved in moving your dev environment to the cloud, reviewing the tools available and the advantages of cloud development.
The 5 Best Resources for Android Developers
By Aldo Ziflaj,
Aldo Ziflaj looks at 5 useful sets of resources for Android developers, new and old.
Introduction to the MEAN Stack
By Aldo Ziflaj,
Aldo Ziflaj introduces you to a stack called MEAN and show how to build a simple application using it.
Using the Codename One Designer Tool to Create Apps Visually
By Aldo Ziflaj,
The Codename One Designer Tool allows developers to create fast cross platform apps semi-visually. Aldo Ziflaj takes a look.
Codename One, Cross Platform “Native” Development
By Aldo Ziflaj,
Codename One allows developers to write in Java and build them into native code for various mobile platforms. Too good to be true? Aldo Ziflaj investigates.
Using Android’s Content Providers to Manage App Data
By Aldo Ziflaj,
Content Providers in Android help you manage App Data through a central repository of data. Aldo Ziflaj demonstrates how to use them with a ToDo App.