Developer Documentation Library > Mobile SDK > Connected mobile application example reference > Components overview
 
Components overview
The example application is implemented in HTML5 and JavaScript and built with IBM MobileFirst Platform technology. The example uses the following JavaScript file types.
main.js controls the interaction with the Interview Web Service.
pageManager.js splits each page into simple questions and supports asking each question separately.
One <question>.js for each question type. The <question>.js files render the specific question type and retrieve responses from the HTML control.
See also
main.js
pageManager.js
Renderer (<question>.js)
Connected mobile application example reference