Tuesday, February 24, 2015

Wearable Programming Courses - Apple Watch, Android Wear, and Pebble

Jumping on the wearables bandwagon? We are the first to offer three comprehensive courses on the following wearable platforms:

1. Apple Watch
2. Android Wear
3. Pebble


If you are yearning to get started, check out the course calendar below and see you soon!

Monday, February 16, 2015

Getting Started with Raspberry Pi - Raspberry Pi 2!

We are super excited to announce that for the upcoming Getting Started with Raspberry Pi course, we will be using the new Raspberry Pi 2.

The Raspberry Pi 2 is now running on a Quad Core processor with 1GB of RAM. What's more, it is so powerful that it is even capable of running the new Windows 10 OS!

After the course, participants are welcomed to bring back the Raspberry Pi 2 so that they can work on additional home automation projects.
Course Fee
S$799 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Creditpage. 
Schedules
Start DateEnd DateDetailsCategory
Thu Mar 26 2015Thu Mar 26 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.

Sunday, February 15, 2015

New Course - AZR103 – 1-Day Using Azure Mobile Service for Android

In this 1-day workshop, you will learn how to use Microsoft’s Azure Mobile Services to act as a backend for storing your application data. You will learn how to store your data on the cloud, as well as subscribe to push notifications informing your app when your data changes. For this course, you will develop your client applications on the Android platform. 


Topics
  •       Introduction to Azure Mobile Services
  •        Using the Azure Mobile Services SDK
  •        Creating table references
  •        Inserting data into Azure Mobile Services
  •        Modifying data
  •        Performing queries
  •        Filtering returned data
  •        Sorting data
  •        Returning data in pages
  •        User authentication
  •      Handling errors
Course Fee
S$799 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Credit page. 
Schedules
Start DateEnd DateDetailsCategory
Fri Apr 17 2015Fri Apr 17 2015PDF
Fri May 08 2015Fri May 08 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.

New Course - AZR102 – 1-Day Using Azure Mobile Service for iOS

In this 1-day workshop, you will learn how to use Microsoft’s Azure Mobile Services to act as a backend for storing your application data. You will learn how to store your data on the cloud, as well as subscribe to push notifications informing your app when your data changes. For this course, you will develop your client applications on the iOS platform. 


Topics
  •       Introduction to Azure Mobile Services
  •        Using the Azure Mobile Services SDK
  •        Creating table references
  •        Inserting data into Azure Mobile Services
  •        Modifying data
  •        Performing queries
  •        Filtering returned data
  •        Sorting data
  •        Returning data in pages
  •        User authentication
  •      Handling errors
Course Fee
S$799 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Credit page. 
Schedules
Start DateEnd DateDetailsCategory
Thu May 07 2015Thu May 07 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.

Wednesday, February 11, 2015

Writing Connected Mobile Apps - Oslo, Norway - April 2015

I will be conducting a series of course on iOS, Android, and PHP this coming April in Oslo, Norway. 
If you have always wanted to learn how to write connected mobile apps, this is your best chance to learn all the fundamental concepts in 1.5 weeks!
dateCourse categoryTrainerThemeNo. of daysLocationPrice
APR 20Web Development using PHP and MySQLWei-Meng LeeWeb Development2 dagerIT Fornebu14900,-ORDER
dateCourse categoryTrainerThemeNo. of daysLocationPrice
APR 22iOS Programming (Swift)Wei-Meng LeeMobile Applications3 dagerIT Fornebu18900,-ORDER

dateCourse categoryTrainerThemeNo. of daysLocationPrice
APR 27Android Programming (Android Studio)Wei-Meng LeeMobile Applications3 dagerIT Fornebu18900,-ORDER

Tuesday, February 10, 2015

Advanced iOS - CloudKit Programming course

Want to write cloud-based iOS apps but not familiar with server side programming such as PHP, ASP.NET, and such? CloudKit solves this problem but providing a set of APIs that allow applications to store data and access them remotely on iCloud. Instead of writing your backend services (and database routines) to store your data, CloudKit provides a transparent way to store your data efficiently and securely. What's more, CloudKit supports remote notification so that when data stored on the cloud is modified, your application automatically receives push notifications so that you always have the most up-to-date data.

Come and join us in this one-day course on CloudKit Programming.
Course Fee
S$699 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Credit page. 
Schedules
Start DateEnd DateDetailsCategory
Tue Feb 24 2015Tue Feb 24 2015PDF
Wed Mar 04 2015Wed Mar 04 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.

Monday, February 09, 2015

Article - Getting Started with Xamarin Forms

With the Xamarin.Forms API, a single user interface can work on three different platforms: iOS, Android, and Windows Phone - a huge savings in code writing! Wei-Meng Lee provides examples for working with Xamarin.Forms, showing the kinds of navigation your interfaces can use on the individual platforms.
While Xamarin is a dream come true for developers planning to build cross-platform apps for the iOS, Android, and Windows Phone platforms, maintaining different user interface code is still a pain for most developers. Although a significant part of the app logic can be written once and reused for multiple platforms, developers still have had to code separately for iOS, Android, and Windows Phone.
Not anymore. In May 2014 Xamarin introduced the Xamarin.Forms API, which allows developers to build shared screens for iOS, Android, and Windows Phone. Using the Xamarin.Forms API, you can create a single code base for your user interface, and Xamarin will automatically translate it into the native UI elements for each platform that you're targeting.
In this article, I'll help you get started with Xamarin.Forms by creating different pages using the various classes available in the API.
Want to learn more about Xamarin? Attend the MOB101 - Writing Cross Platform iOS and Android Apps using Xamarin and C# course.
Course Fee
S$1297 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Credit page. 
Schedules
Start DateEnd DateDetailsCategory
Mon Mar 30 2015Tue Mar 31 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.

Tuesday, February 03, 2015

Learn how to perform animations on the Apple Watch

Learn how to perform animations on your Apple Watch in this upcoming Apple Watch Programming course on the 27 Feb 2015 (CONFIRMED). You will learn how to write apps that run on your Apple Watch, interact with your containing iOS apps, and more!

Course Fee
S$1297 (nett; no GST)
If your company is sponsoring you for the training, your company can enjoy 400% tax deductions/ allowances and/or 60% cash payout for investment in innovation and productivity improvements under the Productivity and Innovation Credit (PIC) scheme. For more details, check out the Productivity and Innovation Credit page. 
Schedules
Start DateEnd DateDetailsCategory
Fri Jan 16 2015Fri Jan 16 2015PDF
Fri Feb 27 2015 CONFIRMEDFri Feb 27 2015PDF
Wed Mar 11 2015Wed Mar 11 2015PDF
Thu Jun 18 2015Thu Jun 18 2015PDF
Venue
Bayview Hotel Singapore
30 Bencoolen Street
Singapore 189621  

If your company requires in-house training, you can contact us to customize the topics to meet your training requirements. We train worldwide! We have conducted customized classes in the United States, Canada, Norway, Denmark, Japan, China, Hong Kong, Taiwan, and Thailand.