7/22/2010

Google App Inventor for Android Lesson 2 (Your First App)

In this second lesson I show you how to build your first application using the Google App Inventor for Android development environment.

I walk you through the process and steps needed to make sure your environment and system is configured correctly before moving on to more complex applications.  We will use the emulator to test our new application as opposed to plugging in and testing on a local phone.



Tim

Getting Started with Google App Inventor for Android and the Emulator

In this first lesson I show you how to download and install the new Google App Inventor for Android app along with the android emulator from the android SDK so that you can test your apps on the emulator versus having to connect your phone.

In the next lesson I will show you how to build the first demo application and run it on the emulator that we installed in this lesson versus having to plug in your phone.  




Tim

6/25/2010

Database Design Using Filemaker Pro 11 - Lesson 1

I am creating a new series of tutorials focusing on relational database design and programming using Filemaker Pro 11. In this first lesson I go over the basics for people that may not be familiar with Filemaker Pro 11.

In this series I plan to design a real-world database from the ground up walking you through the entire process to include the table design and relationships all the way through to the reporting.  I am not sure how many lessons will be in this series so you can search here on my blog for filemaker or you can visit my playlist on YouTube.  



Tim

4/11/2010

iPhone SDK Programming - Lesson 6 (Creating Custom Classes)

In lesson 6 I show you how to define your own custom classes in XCode using Objective-C 2.0 and the iPhone SDK. In this lesson you will: Create a New Class - Create Objects - Instantiate Objects - Call Methods. Be sure to watch all three parts for the entire lesson.

Lesson Part 1 of 3


Lesson Part 2 of 3


Lesson Part 3 of 3


Tim

4/04/2010

iPhone SDK Programming - Lesson 5 (iPad SDK)

With the release of the iPad over the weekend I figured it was only appropriate to develop a quick lesson regarding this amazing device.  In this lesson I will briefly discuss the iPad developer documentation and quickly walk you through developing a simple "Hello World" app iPad style.



Tim

4/02/2010

iPhone SDK Programming - Lesson 4 (Installing SDK)

In lesson 4 I walk you through the very simple process of locating, downloading and installing the iPhone SDK from the Apple developers website.



iPhone SDK Programming - Lesson 3 (Developer Docs)

In this third lesson Tim Layton covers the importance of the Apple developer documentation and provides several tips and insights before moving into the coding part of the next series of lessons.



Tim