What We’re Going to Build
- Single view
- List of items
- Thumbnail, title, details
- infinite scroll
- Pull-to-refresh
What We’ll Learn
- Create an AngularJS Controller
- Use the $http service and load JSON data
- Use the Ionic List Component
- Add a JavaScript library: Moment.js
- Infinite scroll
- Pull-to-refresh
- Add a Cordova plugin: the InAppBrowser
Where Do We Get The Data?
We’ll use the Reddit API!
- JSON format
- accessible without authentication*
- Supports scrollable data