Showing posts with label Mobile. Show all posts
Showing posts with label Mobile. Show all posts

Sunday, August 26, 2012

Our First Android Application using Eclipse

Dear student,

Jika anda berminat dalam pembangunan aplikasi mobile, selain menggunakan flash lite, anda boleh menggunakan Eclipse. Terdapat pelbagai tutorial untuk mempelajari perisian ini. Namun begitu, langkah pertama ialah memastikan komputer anda mempunyai perisian seperti berikut:


  1. Download the Android SDK.
  2. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
  3. Download the latest SDK tools and platforms using the SDK Manager.
  4. If you haven't already done these tasks, start by downloading the Android SDK and following the install steps. Once you've finished the setup, you're ready to begin your first app.
Untuk belajar tentang pembangunan android app boleh rujuk pada tutorial berikut:


Selain itu, di youtube, terdapat pelbagai tutorial berkaitan pembangunan aplikasi mobile...

Good Luck!



Monday, August 13, 2012

jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets

Dear students,

A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.



You can use theme roller to choose 5 theme, for mobile web design  here. http://jquerymobile.com/themeroller/

Beside mobile web using jquery mobile, you also can design your simple apps, using Flash Lite (Search: Flash Lite for Android), Ruby Programming (http://www.ruby-lang.org/en/) for web and apps design. Ruby programming is similar with PHP, its simple, but the main thing, you must understand OOP, the structure and the way it's work...

Enjoy the moment... It's all about how you LOVE PROGRAMMING =)


Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...