1 / 8

GUI Programming: Mastering Web and Mobile Development in Open Languages

Dive into the world of programming languages for GUI interfaces like JavaScript, CSS, and HTML5. Learn cross-platform development for Windows, Macintosh, Linux, Android, and iOS, using tools like C#, Objective-C, and Java. Discover the similarities and differences between ActionScript and JavaScript, explore HTML markup, CSS positioning, and canvas drawing in HTML5. Get ready to create interactive web applications and games for various operating systems and mobile devices. Last week, we covered Java and C, and next week, get ready for final presentations!

kylene
Download Presentation

GUI Programming: Mastering Web and Mobile Development in Open Languages

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lab 12: Other Languages User Interface Lab: GUI Lab Nov. 12th, 2013

  2. GUI Programming Languages • Web • Javascript, CSS & HTML5 • De facto standard of the web • Flash/Flex • Games • OS Specific • Windows: C# • Macintosh: Objective C • Linux: C • Mobile • Android: Java, NDK (C) • IOS: Objective C • General • Java (Swing library) • OpenGL

  3. How do I learn all of this?!?

  4. Moving to Open Languages • Components (MXML) are now Form elements • The rest of HTML is just markup on text and media • Interaction (Actionscript) is now Javascript • It’s incredibly similar! • Note: most positioning needs to be done in CSS, or using tables

  5. Javascript • Remarkably similar to Actionscript, BUT • Does not have typed variables • Can interact a little more directly with HTML • document.getElementById("demo").innerHTML="My First JavaScript Function"; • Used in response to somewhat different events • onclick, onload, etc.

  6. HTML5 • Canvas for drawing on • Still uses Javascript to define how to draw • Elements for specific kinds of media • Audio, videos, plug-ins • Some other interactions are built-in • Dragging objects • Input selectors

  7. OS/Mobile Specific… • Java • C

  8. Next Week: Final presentations!

More Related