- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 160字
- 2021-07-08 10:04:11
Engaging Users with Interactive AMP Components
This chapter looks at how to deliver better user experiences with the interactive components available in AMP. Our example article page is beginning to look nice and enticing, but so far there has been no way for visitors to interact with it. Building on our example, we'll learn how to add more interactive UI components that will both help to improve the user experience and improve how the site design looks.
All the techniques in this chapter have two things in common that help to enhance the user experience:
- They require some kind of interaction or trigger from the user
- They are designed to make the most of the limited screen space available on mobile devices
Specifically, we'll be looking at the following topics:
- Creating collapsible content sections with <amp-accordion>
- Building navigation menus with <amp-sidebar> and <amp-carousel>
- Building tabbed content with <amp-selector>
- How to generate dismissable pop-up user notifications with amp-user-notification
- The Action and Event model in AMP
推薦閱讀
- Mastering OpenCV Android Application Programming
- Apache Hive Essentials
- 從0到1:HTML+CSS快速上手
- Python應用輕松入門
- 鋒利的SQL(第2版)
- SQL Server 2012數據庫管理與開發項目教程
- Mastering Apache Spark 2.x(Second Edition)
- C語言課程設計
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Python Data Structures and Algorithms
- 算法設計與分析:基于C++編程語言的描述
- Application Development with Parse using iOS SDK
- XML程序設計(第二版)
- Hands-On ROS for Robotics Programming
- 菜鳥成長之路