The Complete IOS 9 Objective-C Guide - Make 20 Applications
#777 Год выпуска: 2015 Производитель: Udemy Сайт производителя: udemy.com Автор: Aaron Caines Продолжительность: 15:26 Тип раздаваемого материала: Видеоклипы Язык: Английский
Описание: Do You Want To Create Your Own iPhone and iPad Apps but are not sure where to start? Are you ready to jump right into the exciting world of mobile development but have little or no programming experience? Then this is your course! This Complete IOS 9 Objective-C Guide - Make 20 Applications will give you everything your need to start your new career in IOS development, The course has been structured to support Objective-C, Teaching you all you need to know from creating your first project to Submitting to the AppStore. Create Real 20 Applications throughout the course from fun and simple games to powerfull utility apps using the native features of IOS devices to help you understand the process of creating applications Sell Your App to Millions of Potential Users and earn extra revenue from Ad networks and in app purchases, Making money has never been so easy! Not only do you get the best online IOS development course online buy You also get first class responsive support by email, Twitter or on the Udemy forums, So you can rest assure you have full guidance in your new career!
Содержание
1 Introduction
Раздел 1: Getting To Grips! 2 Purchasing a Developer Licence We learn about the benefits of a developer licence and where to purchase one 3 Download and Installing Xcode 7 We learn how to obtain Xcode and how to install it 4 Create, Download and Install Certificates We learn how to create and generate and install our developer certificates 5 Creating an App ID We learn how to create an application identifier and add it to our projects 6 Project Types, What's Best For Me? We learn about the different project templates and what they offer 7 What are Classes, InfoPLists and Delegates? We learn and understand the different classes generated in our projects 8 Using The Interface Builder We learn to use the interface builder to design our applications 9 Building on the IOS Simulator 10 Building to a Device We learn how to build and run our applications on a real world device 11 Creating Actions and Outlets We learn how to create actions and outlets manualy and through the assitant editor 12 App 1: Creating a Hello World Application We create our first hello world application and learn how to trigger text to display 13 Universal Constraints We learn how to add constraints to create universal views for our applications
Раздел 2: Understanding Functions 14 Displaying Text We learn how to display user inputted text into our applications 15 Text Properties We learn how to change the properties of text within the application 16 Custom Fonts We learn how to add custom fonts to our project and display them in our application 17 Dismissing the Keyboard We learn how to dismiss the keyboard from the view 18 NSTimers We learn how to use NSTimers and create a simple stopwatch 19 Display Time and Date We learn how to use NSTimers to display the time and date in our applications 20 Using If Statements We learn how to use if statements in our applications 21 App 2: Reaction Game We create a reaction game using NSTimers and if statements 22 Fading Objects We learn how to fade objects in and out 23 Hiding Objects Learn to to hide and reveal objects in your applications 24 Enabling and Disabling Objects We learn how to enable and disable objects in our application 25 App 3: Tapping Game We create a tapping game where you must tap as many times within the alloted time limit 26 Creating a Random Number Generator We learn how to create a random number generator 27 Creating a Random Word Generator We learn how to create a random word generator 28 Random PList Generator We learn how to create a random Plist generator 29 App 4: Joke Generator We learn from the random generators to build own own joke generator application
Раздел 3: Creating Actions 30 UISwitches We undertsand how a switch performs two simple tasks 31 UISegmentedControls We understand how to perform differnet actions with a segment control 32 Controlling UISliders We learn how to control values with a UISlider 33 App 5: Temperature Calculator We take what we learnt from UISlider and create a simple temperature calculator application 34 Detecting Shake Gestures We learn how to trigger an action by shaking the device 35 App 6: Shake Me Game We use what we learnt in the previous lecture to create a shake me game 36 Creating URL Links We learn how to send data to different parts of our device with URL links 37 Using Delayed Actions We learn how to delay a triggered action 38 App 7: Calculator App We create a full featured calculation application
Раздел 4: Getting A Good View! 39 UIViews We learn how to display extra content within UIViews 40 Controlling UIScrollViews We learn how to control and extend views with scroll views 41 Displaying UIAlertViews We learn how to send messages to our users throught alert views 42 Using UIPickerViews We learn how to populate a UIPickerView and trigger actions on the selected row 43 Using UIWebViews We learn how to display full HTML websites in our applications 44 Controlling UIWebViews We learn how to add web view controls 45 Activity Indicator We learn hoe to display activity on the screen 46 App 8: Browser Application We take what we created in our web view lectures to create a simple web browser application 47 Using UIMapViews We learn how to display maps in our applications 48 Controlling UIMapViews & Displaying Location We learn how to control map views and display user locations 49 App 9: Maps Application We take what we learnt in our map view lectures to create a full featured app application 50 Switching Views in Storyboards We learn how to switch to a new view in storyboards 51 Switching to a XIB View We learn how to switch to an XIB view 52 Removing The Status Bar We learn how to remove the status bar from our application
Раздел 5: Making An App Look Good 53 Importing Files We learn how to correctly import files into our projects 54 Displaying Images We learn how to display image files 55 Displaying Retina Images We learn how to display retina images for higher resolution screens 56 Changing Images We learn how to change image files in your application 57 Adding Images To Buttons We learn how to add image files to buttons 58 Displaying Images From URL'S We learn to load external content into our applications to display images 59 App 10: Snap Game We create a snap image game 60 Displaying PDF'S We learn how to display and interact with a PDF file 61 Changing the Background Colour We learn how to change the background colour in our application 62 Creating Animations We learn how to display an array of images to create an animation 63 Object Styling We learn how to style objects in our views 64 Adding Loading Screens/Launch Images We learn how to add images to the loading screens 65 Universal Launch Screen We learn how to create universal loading screens 66 Adding App Icons We learn how to add and display application icons in our projects 67 Taking Screenshots Programatically We learn how to take screenshots of the app within the app 68 App 11: Camera Application We create a full featured camera application
Раздел 6: Coming In Loud And Clear 69 Playing Audio Files We learn how to play sound files in your applications 70 App 12: Soundboard Application We create a simple drum kit sound board application 71 App 13: YouTube Videos We create an application that plays youtube videos 72 Vibrating the Device We learn how to vibrate the device
Раздел 7: Creating A Tab Bar Application 73 App 14: Tab Bar Application - Set Up Part 1 We learn how to create and setup a tab bar application 74 App 14: Tab Bar Application - Customising Part 2 We learn how to style a tab bar apllication
Раздел 8: Creating A Table View Application 75 App 15: Table View - Populating a Table View Part 1 We create a sky scraper information application 76 App 15: Table View - Pushing to a Detail View Part 2 We learn how to push to a detail table view controller 77 App 15: Table View - Populating a Detail View Part 3 We learn how to populate a detail table view controller 78 App 15: Table View - Customising a Table View Part 4 We learn how to customise a table view 79 App 15: Table View - Adding Table View Headers Part 5 We learn how to add table view headers
Раздел 9: Saving And Loading Stuff! 80 Saving and Loading Text We learn how to save and load text 81 Saving and Loading Data We learn how to create save points in our applications
Раздел 10: Core Data - Creating Databases 82 App 16: Database - Creating a Database Part 1 We create a database application and a car spotter app 83 App 16: Database - Adding Data Part 2 We learn how to add data to the database 84 App 16: Database - Editing Data Part 3 We learn how to edit data within the database 85 App 16: Database - Deleting Data Part 4 We learn how to delete data within the database
Раздел 11: Getting Social With Your App! 86 Posting Text To Facebook We learn how to post text to facebook 87 Posting Images To Facebook We learn how to post images to facebook 88 Sending Twitter Tweets We learn how to tweet text to twitter 89 Sending Images To Twitter We learn how to tweet images to twitter 90 Sending an SMS Message We learn how to send text via SMS messages 91 Sending Images Via SMS We learn how to send images via SMS messages 92 Sending an Email We learn how to send text via emails 93 Sending an Images Via Email We learn how to send images via emails 94 App 17: Social Poster We create a social poster application using our devices camera and social abilties 95 Making a Phone Call We learn how to make phone calls directly from the app 96 App 18: Contact App - Creating the Contact Database Part 1 We create a contact application allowing us to add contacts and message and call them 97 App 18: Contact App - Adding, Editing and Removing Contacts Part 2 We add the abilty to add, edit and delete contacts 98 App 18: Contact App - Calling and Messaging Contacts List Part 3 We intgrate the contact abilty to call and message our contacts 99 Displaying Local Notifications We learn how to display local notifications from our applications
Раздел 12: Earning Revenue From Your App 100 Displaying iAd Advertisements We learn how to earn revenue from ad networks 101 App 19: In App Purchases - Setting Up The App Part 1 We learn how to create extra revenue from our app and give users extra content with in app purchases 102 App 19: In App Purchases - Displaying The Content Part 2 We learn how to display the in app purchase to the user 103 App 19: In App Purchases - Purchasing The Content Part 3 We learn how to purchase the content 104 App 19: In App Purchases - Saving The Purchase Part 4 We learn how to save the purchase and load it when the app starts
Раздел 13: Supporting The Application 105 Device Detection We learn how to detect which device the user has and perform seperate actions 106 App 20: Universal Application We learn how to create universal applications with separate storyboards for iPhone and iPad
Раздел 14: Submitting And Publishing Your App! 107 Uploading your App to the App Store We learn how to submit our apps to the App Store for sale 108 Preparing your App for Submission We learn to prepare our applications for submission
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 6
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!