Mobile App Development Courses

In learning How to Make an App, you can choose either of the pathways of iPhone or Android mobile app developer courses. In either of the two, we aim at simplifying the learning of complex topics.

While many of the topics discussed in mobile development (cloud back-ends, UI design, Networking, etc.) are inherently complex topics, our goal is to make them more approachable. In doing that, we avoid using complex terminology or abstract discussions. We deliver training that is solely focused on one specific goal: what can this technology do for you. We believe doing that will put the development and programming in context and make it more reachable.

Tutorials

Browse some of our latest mobile app development tutorials.

May 14, 2019
Collections in Objective C

Collections in Objective C

Collections in Objective-C are things such as arrays and sets. They are used to contain objects (usually of the same…

May 14, 2019
May 14, 2019
Classes Functions Objective C

Classes Functions Objective C

Classes and Functions in Objective C like all other programming languages are the operational parts of any code. Each object…
May 14, 2019
April 27, 2019
Delegation and Protocols

Delegation and Protocols

Delegation and Protocols are some of the most important programming patterns in Swift. A protocol is the blueprint of methods,…
April 27, 2019
January 27, 2019
UIAlertController in iOS

UIAlertController in iOS

iOS UIAlertController are used to show a variety of messages such as those with a button to dismiss an error…
January 27, 2019
May 14, 2019
Categories in Objective C

Categories in Objective C

Categories are a specific feature of Objective C. You can think of categories as private categories in classes that we…
May 14, 2019
May 14, 2019
View Controllers in iOS

View Controllers in iOS

Let’s talk about how we create view controllers in iOS and how we go through a segue to transition to…
May 14, 2019
May 14, 2019
Table Views in iOS

Table Views in iOS

Table views are among the most powerful features of iOS development. We are used to see them in almost most…
May 14, 2019
May 14, 2019
Reference Counting in Swift

Reference Counting in Swift

Understanding various property attributes such as weak, retain is an important aspect of reference counting in Swift and memory management…
May 14, 2019
April 27, 2019
Collections in Swift

Collections in Swift

Swift offers a wide range of classes for managing collections. Above all, Swift benefits from dictionaries and arrays.
April 27, 2019