iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp

BY
Udemy

Learn the concepts and methodologies of iOS application development procedure using iOS 11, Swift 4, and Xcode 9.

Mode

Online

Fees

₹ 449 3499

Quick Facts

particular details
Medium of instructions English
Mode of learning Self study
Mode of Delivery Video and Text Based

Course overview

iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp certification course is developed by Dr. Angela Yu - Developer & Lead Instructor and is presented by Udemy which is meant for those who lack the knowledge and expertise to upgrade to the iOS 13 MacOS Catalina. iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp online course by Udemy focuses on offering materials to help people learn how to code in Swift 4 and create attractive iOS 11 applications for the ios devices.

iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp online classes comprise 49 hours of recorded video lectures, as well as 104 articles and 26 downloadable resources on topics like machine learning using CoreML, augmented reality using ARKit, Xcode 9, sideloading, typography, app analytics, app store optimization, creating UI/UX design and Firebase. Individuals will have a portfolio of 20 unique iOS applications by the end of the course, including a WhatsApp clone, weather app, story app, music app, Bitcoin price tracker, Pokemon go clone, and more.

The highlights

  • Certificate of completion
  • Self-paced course
  • 49 hours of pre-recorded video content
  • 104 articles
  • 26 downloadable resources
  • Unlimited access

Program offerings

  • Certificate of completion
  • Self-paced course
  • English videos with multi-language subtitles
  • Projects
  • 30-day money-back guarantee
  • Unlimited access
  • Accessible on mobile devices and tv

Course and certificate fees

Fees information
₹ 449  ₹3,499
certificate availability

Yes

certificate providing authority

Udemy

Who it is for

What you will learn

Machine learning

After completing the iOS 11 & Swift 4 - The Complete iOS App Development Bootcamp online certification, individuals will develop an understanding of iOS 11 and Swift 4's functionality. Individuals will learn about the fundamentals of the iOS development process as well as techniques for using machine learning and augmented reality using CoreML and ARKit, respectively. Individuals will learn about Xcode 9 and creating UI/UX design utilizing Firebase for developing iOS applications. Individuals will also develop expertise in version control, typography, app analytics, sideloading, app store optimization, and app monetization.

The syllabus

Getting Started with iOS 11 and Swift 4

  • IMPORTANT ANNOUNCEMENT
  • What You'll Get in This Course
  • How to Get All the Free Stuff
  • Download Your Massive Asset Bundle Here
  • Join the Student Community
  • Get Monthly Tips and Tools to Level Up as a Developer
  • Tools and Materials for iOS 11 App Development
  • Download Xcode 9
  • A Walkthrough of the Xcode Development Environment
  • Download the Swift Cheat Sheet and a Map of Xcode
  • The Anatomy of an iOS App

Ios Interface Builder - The $999 App

  • The I Am Rich App
  • How To Properly Create A New Xcode Project
  • What Is A Bundle Identifier?
  • Let's Design The User Interface Using Storyboards
  • How To Position User Interface (Ui) Elements
  • Download The Pre-Prepared Image Assets Here
  • How To Incorporate Image Assets Into Your Xcode Project
  • What's The Difference Between Points And Pixels & How To Design Ios Image Assets
  • App Icon Dimensions And A Brief History Of Graphics
  • Asset Catalogue Compiler Warning
  • Run And Test Your App!

Sideloading In Ios

  • What Is Sideloading And How Can You Get Your App Onto Your Iphone?
  • A Note About Sideloading And Permissions
  • How To Sideload Your App Using Xcode
  • [Optional] How To Get A Professional Apple Developer Account

Coding Challenge #1 - Using Interface Builder In Xcode

  • What Are Coding Challenges?
  • What You Will Create By The End Of This Challenge
  • What Is Github And How To Download The Stub Projects
  • Download The Project Stub Here
  • Step 1 - Add A Uilabel
  • Step 2 - Add And Arrange The Imageview
  • Step 3 - Design Your App To Your Heart's Content
  • Show Off Your Work!

Build A Ios Dice App To Learn Swift Programming Basics

  • What You'll Make By The End Of This Module
  • Download The Pre-Prepared Image Assets Here
  • How To Design Your App
  • Linking Design With Code
  • [Common Errors] Iboutlets/Ibactions Debugging
  • How To Create Randomisation In Swift
  • A Note About Playgrounds
  • Data Types, Constants And Variables
  • How To Solve The Error: "The Maximum Number Of Provisioning Profiles Reached"
  • Learn About Arrays In Swift And Programmatically Update The Display
  • [How To Become A Better Programmer] The Dry Principle
  • How To Add Motion Detection In To Your App
  • Download The Completed App Project

Coding Challenge #2 - Swift Data Types, Variables And Arrays

  • What You'll Build In This Coding Challenge
  • Step 1 - Create A New Xcode Project
  • Step 2 - Download The Image Asset's We've Already Prepared For You
  • Step 3 - Add App Icons To Your Project
  • Step 4 - Add The 8 Ball Images
  • Step 5 - Setup The Canvas
  • Step 6 - Design The App In Interface Builder
  • Step 7 - Link The Design With Code
  • Step 8 - Make The Ball Image Change With Your Code
  • Step 9 - Make A Method
  • Step 10 - Add Shake Gesture Detection
  • If You Get Stuck...
  • Optional: Magic 8 Ball Solution Walk Through

Programming In Swift 4 For Beginners [Using Swift Playgrounds]

  • Introduction To The Programming Modules
  • Comments, Print Statements And Debug Console
  • Optional Review: Data Types, Constants And Variables
  • Swift Functions: Part 1 - The Simple Function
  • Swift Functions: Part 2 - Functions With Inputs
  • Swift Functions Part 3 - Functions With Outputs
  • Control Flow With Conditional Statements In Swift (If/Else)
  • Download The Completed Swift Playgrounds
  • [Challenge] Make A Bmi Calculator In Swift Playgrounds
  • Optional: Bmi Calculator Challenge Solution
  • Introduction To Loops In Swift - The For In Loop
  • Using Loops In Your Program
  • Optional: A Brain Teaser With Loops And The Fibonacci Sequence

Apple Ios Apis - Make A Music App

  • What You'll Make By The End Of This Module
  • Download The Skeleton Project
  • How To Use Tags In The Storyboards
  • How To Use The Apple Documentation To Tap Into Any Iphone Capability You Want
  • The Swift 4 Programming Language Guide From Apple
  • Incorporate Avfoundation To Play Sound
  • Error Catching In Swift 4 - Do, Catch And Try
  • Create A Method To Contain The Sound Playing Functionality
  • [Common Swift Errors] "Index Out Of Range" And How To Debug It
  • Make The App Play A Different Sound For Each Button
  • The Importance Of "Scope" In Programming
  • Download The Completed App Project

The Model-View-Controller (Mvc) Design Pattern - Make A Quiz App

  • What You'll Make By The End Of This Module
  • Download The Skeleton Project Here
  • Set Up The Project
  • What Is A Property List (.Plist)?
  • Let's Create A Data Model
  • Further Reading
  • Object-Oriented Programming - What Are Objects And Classes?
  • Object-Oriented Programming (Oop) A Quick Note From Steve Jobs
  • Creating The Question Bank Class
  • [Eli5] The Model View Controller (Mvc) Design Pattern - Explain Like I'm 5
  • Initialise The First Question
  • How To Progress Through The Question Bank
  • [Debugging Practice] Using The Xcode Debug Console
  • How To Implement A Uialertcontroller And Show A Popup To The User
  • A High Level Overview Of How Our App Works
  • How To Track Progress And Score
  • How To Incorporate Objective-C Code In To Swift
  • Background On The Questions
  • Download The Completed App Project

Coding Challenge #3 - Control Flow - Build A Story App Like Lifeline

  • What You'll Build In This Coding Challenge
  • A Choose Your Own Adventure Game
  • Step 1 - Download The Skeleton Project
  • Step 2 - Make A Note Of The Tag Properties
  • Step 3 - Set Up The Introductory Screen
  • Step 4 - Take The Story One Step Further
  • Step 5 - Keeping Track Of State
  • Step 6- Use Comparators To Let The User Progress Through The Game
  • Optional: Destini Solution Walk Through

Ios Auto Layout And Setting Constraints

  • Why Do We Need Auto Layout?
  • Positioning Ui Elements Programmatically
  • The Theory Behind Auto Layout
  • Download The Starting Project Here
  • Auto Layout In Practice - Setting Constraints
  • [Challenge] Use What You Just Learnt To Practice Auto Layout
  • Download The Starter Project Here
  • Optional: Auto Layout Challenge Solution
  • New! Auto Layout Using Stack Views

Programming In Swift 4 For Intermediates

  • Classes And Objects
  • Creating A New Class From Scratch
  • Creating Enums In Swift
  • How To Create An Object From A Class
  • Class Initialization
  • Designated And Convenience Initializers
  • Creating A Method
  • Class Inheritance - The Theory
  • How To Override An Inherited Method
  • Class Inheritance - Putting It Into Practice
  • What Are Swift Optionals?!?!
  • Optionals Explained

Cocoapods, Gps, Apis, Rest And Getting Web Content - Weather App

  • What You'll Make By The End Of This Module
  • Download The Skeleton Project Here
  • Setting Up The Skeleton Project
  • Sign Up For A Free Api Key
  • What Are Cocoapods And Why Do We Need Them?
  • Install And Setup Cocoapods On Your System
  • Troubleshooting Cocoapods Installation
  • Installing New Pods In Your Xcode Project
  • Fix For Those With A Version Of Cocoapods Below 1.0.1
  • Completing The Pod Installation Process
  • No Such Module Error
  • Setting Up The Location Manager To Get Gps Data From The Iphone
  • Asking The User For Location Permissions
  • Tapping Into The Gps
  • What Is Delegation?
  • Swift Dictionaries
  • What Are Apis?
  • Networking With Alamofire
  • Networking & Rest Explained
  • What Is Json And How To Parse It
  • Create A Weather Data Model
  • Update The User Interface
  • Creating And Using Segues In Xcode
  • Using Delegates And Protocols In Ios App Development
  • How To Pass Data Between View Controllers
  • Delegates And Protocols Explained
  • Request Weather Data Based On City Name
  • Download The Completed App Project

The Command Line And Terminal

  • Introduction To The Command Line
  • Command Line Shortcuts
  • Directory And File Manipulation Using The Command Line + Bonus

Coding Challenge #4 - Cocoapods, Rest, Apis - Build A Bitcoin Price Tracker

  • What You'll Build By The End Of This Coding Challenge
  • Step 1 - Check Out The Skeleton Project
  • How To Set Up And Use The Uipicker Class
  • Step 2 - Construct The Api Url
  • Step 3 - Setup Your Cocoapods For This Project
  • Step 4 - Make Networking Calls
  • Step 5 - Parse The Json Data
  • Step 6 - Update The User Interface
  • Step 7 - Are We Rich Yet?
  • Optional: Bitcoin Challenge Solution

Cloud Database, Ios Animations And Advanced Swift - Make A Whatsapp Clone

  • A Note About Firebase Version 4
  • What You Will Make
  • What Is Firebase?
  • Download The Skeleton Project
  • Register For An Account On Firebase
  • Set Up Firebase For Development
  • A Note About Progresshud
  • A Note About Potential Issues You Might Encounter
  • Saving Data To Firebase
  • Let's Register Some Users To Our App
  • Swift Closures [Advanced Swift]
  • The Event-Driven Nature Of Apps
  • What Are Completion Handlers And How Do They Work?
  • How Do Navigation Controllers Work And How Do You Create Them?
  • Let's Code Up The Login Screen
  • What Are Tableviews And How To Set One Up?
  • Making A Custom Message Class
  • A Note About Lecture 190
  • Learn About Ui Animations In Ios And Make Our Own
  • Let's Send Some Messages!
  • Observing For Database Changes
  • Bug Fix - Where's The Historical Message Data?
  • Update The Security Setting Of Your Database
  • Let's Improve The Ux - Add A Progress Spinner
  • Improving The Ui - Differentiating Between Different Users
  • Download The Completed App Project

Firebase Version 3

  • A Note About Firebase Version 3
  • What You'll Make By The End Of This Module
  • What Is Firebase?
  • Download The Skeleton Project
  • Register For A Free Account On Google Firebase
  • Set Up Firebase For Development
  • Xcode 9 Bug
  • Saving Data To Our Own Cloud Database
  • Let's Register Some Users To Our App
  • An Overview Of Our App
  • Swift Closures
  • The Event Driven Nature Of Mobile Apps
  • What Are Completion Handlers And How Do They Work?
  • The Navigation Controller In Ios
  • How To Use The Swift Guard Statement
  • Let's Code Up The Login Screen
  • Ios Table Views And How To Properly Set One Up
  • Making A Custom Message Class
  • Ui Animations In Ios And How To Make Our Own
  • Let's Send Some Messages
  • Observing For Real-Time Database Changes
  • [Bug Fix] Where Are The Historical Messages?
  • Update The Security Settings For Your Database Before Your Deploy
  • Let's Improve The User Experience (Ux) Of Our App
  • Let's Improve The User Interface (Ui)
  • Download The Completed App Project

Git, Github And Version Control

  • Introduction To Version Control And Git
  • Version Control Using Git And The Command Line
  • Github And Remote Repositories
  • Gitignore
  • Cloning
  • Branching And Merging
  • Using Git And Github In Xcode 9
  • Forking And Pull Requests

Core Data, Realm, User Defaults - Learn Persistent Local Data Storage - Todoey

  • The Clear App Clone That You'll Build By The End Of This Module
  • Subclassing A Uitableviewcontroller
  • Tableview Delegate Methods And Accessories
  • Creating A Textfield Inside Uialert To Add New Items
  • Why Do We Need Persistent Local Data Storage?
  • Persistent Local Data Storage Using Userdefaults
  • Userdefaults Explained
  • [Advanced Swift] The Swift Singleton Object
  • Creating A Custom Data Model
  • [Advanced Swift] The Swift Ternary Operator
  • Restructuring Our App With Mvc
  • The Concept Of Ios Sandboxing
  • Encoding Data With Nscoder
  • Decoding Data With Nscoder
  • Introduction To Databases
  • How To Setup And Configure Core Data
  • How To Save Data With Core Data (Create In Crud)
  • How To View Your Sqlite Database Backend For Core Data
  • Core Data Fundamentals
  • Reading Data From Core Data (Read In Crud)
  • Updating Data With Core Data (Update In Crud)
  • Removing Data From Core Data (Delete In Crud)
  • How To Implement A Uisearchbar And Querying With Core Data
  • How To Go Back To The Original List?
  • How To Create Relationship Graphs In Core Data
  • [Solution To Challenge] Setting Up Categoryviewcontroller
  • Adding The Delegate Method
  • Introduction To Realm
  • How To Save Data Using Realm (Create In Crud)
  • Fetching Data From Realm (Read In Crud)
  • Updating Data With Realm (Update In Crud)
  • Removing Data From Realm (Delete In Crud)
  • Querying Data Using Realm
  • Review Of How Our App Uses Realm For Data Persistence
  • Making Our Cells Swipeable
  • Inheriting From Swipetableviewcontroller
  • [Solution To Challenge] Inheriting From Swipetableviewcontroller
  • Adding Colour To Our App
  • [Solution To Challenge] Persisting The Colour Property
  • Creating Gradient Flow Cells
  • Updating The Ui Of The Navigation Bar
  • The Completed App Project

Introduction To Machine Learning

  • Introduction To Machine Learning
  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning

Ios 11 - Coreml - How To Incorporate Machine Learning Into Your Ios Apps

  • A Quick Note About Xcode And Ios Versions
  • What Is Coreml?
  • What We'll Be Making
  • How To Import The Image Recognition Model & Enable Camera Functionality
  • Getting Image Recognition Results Back From Our V3 Model
  • Hotdog Or Not Hotdog?
  • Download The Completed App Project

[Optional Project] Machine Learning Using Ibm Watson

  • What You'll Make By The End Of This Module
  • A Note About The Next Lecture
  • How To Install And Use Carthage As A Dependency Manager
  • Carthage Installation Links
  • How To Implement The Camera And Photo Library Functionality In Ios
  • How Use A Pre-Trained Neural Net From Ibm To Classify Any Image
  • How To Process The Data You Get Back From Ibm Bluemix
  • Let's Beautify Our App And Make It Look Like The Real Deal
  • Download The Completed App Project

Ios 11 - Advanced Coreml - How To Convert Pre-Trained Models Using Coreml Tools

  • What We'll Be Making
  • Installing Coremltools Using Python Pip
  • Converting A Caffe Model Into Mlmodel
  • [Challenge] - Set Up A Uiimagepickercontroller
  • [Solution] - Setting Up A Uiimagepickercontroller
  • [Challenge] Getting Classifications From Our Model
  • [Solution] Getting Classifications From Our Model
  • [Challenge] Adding Cocoapods To Our Project
  • [Solution] Adding Cocoapods To Our Project
  • [Challenge] Making Http Get Requests To Wikipedia Using Alamofire And Rest
  • [Solution] Making Http Get Requests To Wikipedia Using Alamofire And Rest
  • [Challenge] Parsing The Json Result Using Swiftyjson
  • [Solution] Parsing The Json Result Using Swiftyjson
  • Displaying Images From A Url Using Sdwebimage
  • [Optional Lesson] Creating The App Icon From Scratch And Styling The App
  • Download The Completed App Project

Ios 11 - Arkit - How To Make Augmented Reality Apps In Ios

  • Arkit Device Compatibility
  • Introduction To Augmented Reality And Arkit
  • How To Setup And Configure Your Project For Ar
  • How To Create A 3d Object In Augmented Reality
  • Bring The Moon Into Your Living Room Using Ar
  • How To Find And Import 3d Models For Ar
  • Update To Arkit Syntax
  • How To Detect Horizontal Planes In The Real World
  • How To Detect Touch On Real World 3d Objects
  • How To Place Our Dice In 3d Using Touch
  • How To Animate 3d Objects In Ar
  • How To Animate And Roll All The 3d Dice At Once
  • How To Remove Our 3d Objects From The Ar Scene
  • [Optional Lesson] Refactoring Our Code For Better Readability
  • Download The Completed App Project

[Optional Project 2] - Make An Augmented Reality Pokemon Go App Using Vuforia

  • Install Unity 5
  • Setting Up Vuforia And Unity 5
  • Conjuring Your Pikachu In Augmented Reality

Ios 11 - Advanced Arkit - How To Measure Real World Dimensions In An Arkit App

  • What We'll Make By The End Of This Module
  • Adding The Start And End Measuring Points In 3d
  • A Note About The Next Lecture
  • Measuring The Distance In Ar
  • Creating 3d Text To Display In Ar
  • Enabling New Measurements
  • Download The Completed App Project

How To Submit Your App To The App Store

  • How To Publish Your App On To The App Store
  • Resources To Check Out When You're Ready To Publish
  • Useful Tools To Help You With App Submissions

Next Steps

  • Where To Go From Here?
  • Resources

The Complete App Design Course

  • Introduction To App Design
  • Why Design Is Important For An App Entrepreneur
  • Designer Vs. Non-Designer Thinking

Colour Theory

  • Understanding The Mood Of Your Colour Palette
  • How To Combine Colours To Create Colour Palettes
  • Tools For Designing With Colour
  • Further Reading On Designing With Colour

Typography

  • Introduction To Typography
  • The Serif Type Family - Origins And Use
  • The Sans-Serif Type Family - Origins And Use
  • How Typography Determines Readability
  • How To Combine Fonts Like A Pro
  • Further Reading On Typography

The Fundamentals Of User Interface (Ui) Design For Mobile

  • What Is User Interface (Ui) Design?
  • The Tour Guide Approach To Ui Design
  • The Importance Of Alignment
  • What Is Good Practice In Interaction Design
  • Colour In User Interface Design
  • The Many Ways Of Designing Text Overlays
  • How To Be An Attention Architect
  • Further Reading On User Interface Design

The Fundamentals Of User Experience (Ux) Design For Mobile

  • What Is User Experience (Ux) Design?
  • Usability
  • Asking For Permissions
  • User Profiling
  • Form Vs. Function
  • Consistency
  • Simplicity
  • Don't Make Me Think
  • Onboarding
  • Idiot Boxes
  • Further Reading On User Experience Design

Designing For Ios Vs. Android - What Are The Important Differences?

  • Android Vs. Ios Design
  • Navigation
  • The Devil Is In The Details
  • Differences In Icon Design
  • Flat Design Vs. Material Design
  • Differences In Establishing Visual Hierarchy
  • Ios And Android Design Guidelines

A Step-By-Step Guide To A Professional Mobile Designer's Workflow

  • Step1 - Design Patterns And Colour Palettes
  • Where To Find Design Patterns And Colour Palettes
  • Step 2 - How To Create A User Flow Diagram
  • Step 3 - How To Create Wireframes
  • Wireframing Resources
  • Step 4 - How To Create Professional Mockups
  • Tools For Creating Mockups
  • How To Use Sketch To Create Mockups
  • [Optional] Watch Me Create A Mock Up Using Sketch
  • How To Use Canva To Create Mockups
  • Your Turn To Create Your Own Mockups
  • Tools And Resources For Creating Mockups
  • Step 5 - How To Create An Animated App Prototype
  • Tools And Resources For Creating Prototypes
  • Prototyping With Keynote
  • Prototyping With Marvel
  • Your Turn To Create A Prototype

Design Resources

  • Where To Find Free-For-Commercial-Use Image Assets
  • Where To Find Free-For-Commercial-Use Icons
  • How To Keep Designing And Improving

The Complete App Marketing Course - How To Make Money From Your Apps

  • The Importance Of App Marketing
  • The Fallacy Of Build It And They Will Come

Idea Validation - Save Yourself Time And Money

  • The Importance Of Idea Validation
  • The Simplest Way Of Validating Your Idea - The Starbucks Method
  • Using Google Trends To Estimate The Size Of Your Market
  • The Landing Page Validation Method
  • How To Create A Landing Page Website In Less Than An Hour
  • Creating A Minimum Viable Product
  • Using Crowd-Funding To Validate And Fund Your Idea

App Monetisation Methods - How To Make Money From Your App

  • How To Monetise Your App On Ios Vs. Android
  • When You Should Create A Paid App
  • When To Use In-App Advertisements
  • How You Thought About These Alternative Monetisation Models?

How To Optimise Your App Store Listing

  • How To Get An App Icon Designed Without Breaking The Bank
  • Split Testing For Super Success
  • What Makes A Good App Icon?
  • The Dos And Don'ts Of Making App Screenshots
  • Tools For Building Screenshots

Growth Hacking Techniques For App Downloads

  • Your First 1000 Customers
  • Building An Email List
  • The All Important Landing Page
  • Blogging Your Way To Success
  • Content Marketing For App Downloads
  • How To Successfully Launch On Product Hunt
  • How To Launch On Beta List
  • How To Launch On Hacker News
  • If At First You Don't Succeed...
  • Cross Promotion
  • Social Referrals And Social Queuing
  • How To Make Social Media Work For You

How To Get Press Coverage For Your App

  • Do I Need A Pr Agency?
  • Not All Press Is Created Equal
  • How To Craft Your Story
  • How To Craft Your Pitch
  • How To Figure Out Which Journalists To Pitch
  • How To Find Anyone's Email Address
  • How To Pitch A Journalist
  • Just-Add-Water Journalist Pitch Email
  • Establishing A Relationship With A Journalist
  • What If You Still Can't Get Anyone To Write About You?
  • Final Tips On Getting Press

How To Get Your App Featured On The App Store

  • How To Get Featured On The App Store?
  • "Only On The App Store"
  • Work With The Corporate Mindset
  • Native Vs. Cross-Platform Apps
  • Tips And Tricks For Getting Featured

App Store Optimisation - How To Rank Higher On The App Store Search Algorithm

  • What Is App Store Optimisation (Aso)?
  • Top Tips To Optimise Your App Store Listing
  • My Complete Aso Workflow
  • Using Apple Search Ads As A Research Tool
  • Early Vs. Late Game Strategies
  • Differences Between Google Play And Apple App Store

The Right Way Of Using Paid Advertising To Drive App Downloads

  • When To Use Paid Advertising Or App Marketing
  • Always Test Before You Advertise
  • Which Platform To Advertise On?
  • How Much Does It Cost?
  • How To Setup Your Facebook Ad
  • Use Your Competitors' Ad Budget
  • Where Can I Find More Customers?
  • One Weird Trick To Get More Money From Apple

App Store Reviews And Ratings

  • How To Get More 5 Star Ratings And Reviews
  • Use This Free Tools To Monitor Your App Reviews

How To Use App Analytics To Increase User Retention

  • How To Use App Analytics To Increase User Retention

White Hat Vs. Black Hat Methods Of Getting More App Downloads And Revenue

  • White Hat Techniques
  • Black Hat Techniques

Optional: How To Build Your App Showcase Website

  • A 5 Second Way Of Building A Web Page For Your Ios App
  • How To Use Bootstrap To Build Your App Showcase Website

Your Turn

  • It's Time To Work Out Your Marketing Strategy
  • Monthly Student-Built App Showcase

Ask Me Anything Series

  • Ask Me Anything - Questions For Angela - Episode 1
  • Ask Me Anything - Questions For Angela - Episode 2
  • Ask Me Anything - Questions For Angela - Episode 3
  • Bonus Lecture: Check Out My Other Courses

Instructors

Dr Angela Yu

Dr Angela Yu
Developer and Lead Instructor
Udemy

Trending Courses

Popular Courses

Popular Platforms

Learn more about the Courses

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

Careers360 App
150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books