Creating and Presenting Dialogs
In this post, we’re going to learn how to build and post dialogs to the user. Our app will create two dialogs. One of them will be a plain dialog
Learn software and mobile app creation! Explore Java, Swift, and a variety of app development projects.
In this post, we’re going to learn how to build and post dialogs to the user. Our app will create two dialogs. One of them will be a plain dialog
You can access the full course here: The Complete Mobile App Development Course with Flutter Part 1 Before creating apps in Flutter, you need to install it. To access the
Are you comfortable with C#? Then you are ready to learn how to build both iOS and android applications using Xamarin. With the increasing numbers of smartphone users, mobile devices
Grab our new ebook Android Development for Human Beings and learn to build impressive Android apps using Material Design. Book author Mohit Deshpande is an app developer (Android and iOS)
Are you interested in iOS app development? working on some apps for you or your clients? We are stoked to announce the release of our new ebook iOS App Development
This is THE course for learning IOS game development! Learn: Basic Swift Programming Intermediate Swift Programming Advanced Swift Programming Importing And Organizing Assets Animating Sprites Creating Menus Creating Cool Animations
This course is the only course you will need to become a IOS 10 Developer! An impressive 80 hours of content written by industry experts. It covers developing apps for
If you have basic knowledge of Xcode and programming, then you are ready to build a chess game in IOS 10! This is a project-based course so you will NOT
Have you ever wanted to make a killer iPhone app? You have a great idea, just no idea how to go about it. You have watched a ton of YouTube
In this post we’re going to see how to use Core Image to build a face detector. We’ll use a static image that we load into Xcode using the asset manager and draw on
In this post, we’re going to build a small app that will present a music library and allow us to query the data using a pre-existing database. We’ll learn about the
Structures We’ve discussed classes in Swift and how they are the foundation of object-oriented programming. In addition to classes, we also have structures that provide similar functionality. A structure is similar to a class since it
Initialization and Deinitialization Initialization is when we prepare to create an instance of a class. This process may involve configuring the properties or any other miscellaneous setup required before we can use
Basic Object-oriented Principles Before delving into Swift code, let’s first understand what it means to be object-oriented (OO) and the need for OO. We begin our discussion by talking about classes
In this tutorial, we’re going to explore grand central dispatch (GCD) and discuss concurrency topics and their applications. We’ll learn about concurrency, challenges with concurrency, and the application of GCD to help
In this tutorial, we’re going to discuss how to perform different kinds of animations on views. There are many properties on views that we can animate to delight our user. Using subtle
In this tutorial, we’re going to delve into Core Data and build an app to manage our contacts. We’re going to learn about creating a data model, add records to the model, fetch
Be part of the evolution of Swift 3! There is no better time to learn this powerful , yet easy to learn programming language developed by Apple for macOS, IOS,