CHAPTER 7

image

UI for HMAD

The objectives of this chapter are to

  • Learn about UI creation using JavaScript and JQuery
  • Learn about the event handling mechanism in JQuery
  • Learn about jQuery plug-ins to generate UI dynamically
  • Learn about UI effects
  • Learn about responsive UI style classes

This chapter looks at dynamic UI generation, JQuery plug-ins for UI manipulation, and the CSS classes for making a UI responsive.

HTML with JQuery

We already created a basic application in Chapter 4. We used very basic and static UI. Dynamically generating a user interface is not a complex task. You just need a container control (like div or section) and then programmatically ...

Get Beginning Hybrid Mobile Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.