Currently, I am embarking on the development of an Android application using Cordova. To interact with the service end-point of a Drupal website, I have opted to utilize AngularJS for data fetching and manipulation. Initially, my attempt to incorporate ngRoute into the project fell short, prompting me to turn to 'ui-route'. However, challenges persist in utilizing ui-route effectively.
My primary objective is to employ a specific view/template across multiple pages. Given my novice status with AngularJS, guidance regarding the optimal approach would be greatly appreciated. Specifically, I seek advice on handling multiple pages – should each page be treated as a separate html file to be linked individually or integrated through routing? Despite scouring various tutorials for insights, none have proven truly beneficial. I would welcome any examples to illuminate the path forward.