mobile-development

All posts in the mobile-development category

Should You Use Struct or Class in Swift - Part 1

Should You Use Struct or Class in Swift - Part 1

An analysis of the differences between struct and class in Swift, explaining Reference Types and Value Types with concrete examples. This is the first part in a series guiding Swift developers on choosing between struct and class for different use cases.

Mobile Development with Ionic - Should You?

Mobile Development with Ionic - Should You?

Evaluating the Ionic framework for cross-platform mobile development, analyzing advantages like open source, easy documentation, complete components, and rich ecosystem. Comparing Ionic with React Native and sharing real experience using this framework.

iOS Programming with Swift 3 + Xcode 8: Son Tung MTP Playlist App

iOS Programming with Swift 3 + Xcode 8: Son Tung MTP Playlist App

Basic iOS programming tutorial through building a Son Tung MTP music playlist app with Swift 3 and Xcode 8. Covers techniques like Autolayout, TableView, Data modeling, MVC pattern, and using segues, suitable for those with basic Swift and Xcode knowledge.