Develop professional apps for Android and iOS using Livecode
Develop professional apps for Android and iOS using Livecode, available at $39.99, has an average rating of 3.8, with 75 lectures, based on 75 reviews, and has 694 subscribers.
You will learn about Download and set up a free version of Livecode in combination with Apple's and Android's SDK (both free) Have an excellent knowledge of the Livecode programming environment Design and create apps for iOS and Android devices Create working and efficient Android simulators for app testing Install and test apps on real Android and iOS devices Optimize app interface and resources for different screen resolutions This course is ideal for individuals who are Anybody wishing to create apps for iOS and Android devices or Non-programmers who want to start creating their own apps (and learn how to program) or iOS and Android programmers looking for a new tool that could dramatically increase their productivity and allow for faster app development or Livecode programmers who don't have yet an expertise in developing apps for mobile platforms It is particularly useful for Anybody wishing to create apps for iOS and Android devices or Non-programmers who want to start creating their own apps (and learn how to program) or iOS and Android programmers looking for a new tool that could dramatically increase their productivity and allow for faster app development or Livecode programmers who don't have yet an expertise in developing apps for mobile platforms.
Enroll now: Develop professional apps for Android and iOS using Livecode
Summary
Title: Develop professional apps for Android and iOS using Livecode
Price: $39.99
Average Rating: 3.8
Number of Lectures: 75
Number of Published Lectures: 71
Number of Curriculum Items: 75
Number of Published Curriculum Objects: 71
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Download and set up a free version of Livecode in combination with Apple's and Android's SDK (both free)
- Have an excellent knowledge of the Livecode programming environment
- Design and create apps for iOS and Android devices
- Create working and efficient Android simulators for app testing
- Install and test apps on real Android and iOS devices
- Optimize app interface and resources for different screen resolutions
Who Should Attend
- Anybody wishing to create apps for iOS and Android devices
- Non-programmers who want to start creating their own apps (and learn how to program)
- iOS and Android programmers looking for a new tool that could dramatically increase their productivity and allow for faster app development
- Livecode programmers who don't have yet an expertise in developing apps for mobile platforms
Target Audiences
- Anybody wishing to create apps for iOS and Android devices
- Non-programmers who want to start creating their own apps (and learn how to program)
- iOS and Android programmers looking for a new tool that could dramatically increase their productivity and allow for faster app development
- Livecode programmers who don't have yet an expertise in developing apps for mobile platforms
### Update on dec 27th with two new apps; more are on the way.
### A new section called Livecode cookbook is coming very early next year: there you will find a set of recipes to solve everyday programming problems that don't require a full sample app but still can create non trivial challenges to your everyday livecoding. If you have any particular topic that you would like to see in this section just get in touch: we'll see if it can be covered !
________________________________________________________________________
This course will teach you how to develop apps for iOS and Android using Livecode.
- Learn app development for iOS and Android using Livecode's natural language
- Learn how to download and set up Livecode's free version
- Create a fast and efficient Android device simulator that really works
- Learn how to adapt your apps to any screen resolution with just 1 line command
- 6 complete apps built step by step and fully explained
- Develop apps for iOS and Android in 1/10th of the time needed using traditional SDKs
These are the main benefits of developing apps with Livecode:
- Easy-to-use English-like programming language; accessible to anybody
- Code once and deliver on iOS and Android
- Apps can be adapted to any screen size with one command
- Development time is a fraction compared to traditional SDKs
- Apps are not slow html: they are fast and native compiled apps
- Free Livecode version is available for learning
Livecode is a unique platform that allows to develop apps for Mac, Windows, Linux, iOS and Android using a very simple, yet sophisticated, programming language: English. By learning one language you will be able to develop apps for all the major operating systems and devices on the market, hence the motto "one language to rule them all". However, this course is focused on developing apps for mobile devices
Forget Java or Objective-C's intricacies: Livecode's programming language has been designed to be as close as possible to the English language. For example to display the word "hello" on screen you would write put "hello" into field "display". We have computers that recognize fingerprints and human voice, so why shouldn't we be able to create apps using our natural language ?
Apps developed with Livecode can automatically adapt to any screen size and rescale with just one line command: this alone is huge bonus for mobile developers who are often confronted with a plethora of screen sizes and proportion.
Actually Livecode is a fully integrated development environment (IDE) that contains all the tools you need to develop professional apps in a fraction of the time that would normally be required using traditional programming languages and SDKs.
No previous programming experience is required, the course starts from the very beginning and takes you till the development of real apps that can be tested on software simulators or installed on physical devices.
The course will lead you through the development of 6 real apps for Android and iOS devices. At the moment you can see only Finger Catch in the curricilum, but the other ones will come by the end of November (Currency Conversion, Tic Tac Toe, RSS Reader, Countdown Timer, Tripmaster and Portable Movie Player); just Udemy dosn't allow sections with "upcoming" lectures so I had to remove them from the curriculum.
Also, you will learn how to set up a working and efficient Android device simulator that really works for testing (if anybody tried to use Google's simulator you know what the issues are). This simulator will work smoothly also with other development tools, not just Livecode and could be worth the course by itself !
One more thing: Livecode and the simulator can be downloaded for free, so you can learn and save money. You'll need Livecode's paying version only later, if you wish to lock and compile your apps for App Store distribution.
If you're still uncertain and want to have a peek at Livecode's possibilities before enrolling this course you can enroll my free Livecode entry-level course; you'll create a clone of the Flappy Bird game in less than the duration of a football match !
Finally, with your support and feedback this course will have the chance to be extended and cover the most advanced Livecode features like sql databases and Cocoa interaction. Once you enroll the course it's yours forever, so you'll have access also to every new topic at no additional cost.
Yes, app development can bring you additional income but can also be fun !
Course Curriculum
Chapter 1: Getting started
Lecture 1: One Code to Rule Them All
Lecture 2: What to expect from this course
Lecture 3: Downloading and installing Livecode
Lecture 4: Downloading the tools for iOS
Lecture 5: Downloading the tools for Android
Lecture 6: The unofficial (but working) Android simulator
Lecture 7: Some additional info about the unofficial Android simulator
Lecture 8: Community vs commercial versions of Livecode
Chapter 2: Building stacks
Lecture 1: Overview of the Livecode workspace
Lecture 2: Stack: the main Livecode document
Lecture 3: Fields
Lecture 4: Buttons
Lecture 5: Graphics
Lecture 6: Images
Lecture 7: Using the project browser
Chapter 3: Programming Livecode
Lecture 1: The Livecode script editor
Lecture 2: To Run or To Edit ?
Lecture 3: Messages, handlers and functions
Lecture 4: Where to put your scripts
Lecture 5: Message inheritance
Lecture 6: Containers
Lecture 7: Chunk expressions
Lecture 8: Object properties, get and it
Lecture 9: Control structures
Lecture 10: The message box
Lecture 11: Debugging your code
Chapter 4: Going mobile
Lecture 1: The unmissable Hello World stack
Lecture 2: Running on iOS
Lecture 3: Running on Android
Lecture 4: The screen resolution dilemma
Lecture 5: Build options in detail
Lecture 6: Installing on iOS devices
Lecture 7: Installing on Android devices
Chapter 5: Building bricks for mobile apps
Lecture 1: Native controllers playground
Lecture 2: Custom pickers
Lecture 3: Date pickers
Lecture 4: Browsers
Lecture 5: Scrollers
Lecture 6: Players
Lecture 7: Input fields
Lecture 8: Getting the big picture
Lecture 9: Sending emails
Lecture 10: Sending messages
Lecture 11: Detecting user's location
Lecture 12: Compass reading
Lecture 13: Reading sensors: acceleration and rotation
Lecture 14: Handling touch input
Chapter 6: App sample: Finger catch
Lecture 1: Starting the game
Lecture 2: The game card
Lecture 3: Showing the results
Chapter 7: App sample: Currency Exchange Calculator
Lecture 1: Getting up-to-date exchange rates
Lecture 2: Parsing the XML currency file
Lecture 3: From containers to arrays
Lecture 4: Creating the user interface
Lecture 5: Native controls !
Lecture 6: Final (ex)change
Lecture 7: Currency stack download
Chapter 8: App sample: Tic Tac Toe
Lecture 1: Setting up the game interface
Lecture 2: Scripts for playing the game
Lecture 3: Objects and targets
Lecture 4: Looking for a winner
Lecture 5: Tic Tac Toe stack download
Chapter 9: App sample: RSS feed reader
Lecture 1: Get RSS data and create an XML tree
Lecture 2: Useful resources to learn about XML
Lecture 3: Reading the XML tree leaves
Lecture 4: News compilation and formatting
Lecture 5: Custom properties
Lecture 6: Note for lecture 69 (Displaying things in a native scroller)
Lecture 7: Displaying the news in a native scroller
Lecture 8: Show the big thing in a native browser
Lecture 9: RSS feed reader stack download
Chapter 10: App sample: Tripmaster
Instructors
-
Fulvio Massini
Multimedia designer and developer
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 2 votes
- 3 stars: 14 votes
- 4 stars: 23 votes
- 5 stars: 34 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024