data

Hero image for article
Icon for article
datahttpintermediateionic2

How to Manipulate Data in Ionic 2: Part 1

6 min read

In this tutorial, we are going to discuss how exactly the `http.get()` method works, and how we can hook into that process to return data in a more friendly format.

Hero image for article
Icon for article
dataintermediateionic2

How to Manipulate Data in Ionic 2: Part 2

8 min read

In this tutorial we are going to focus on how to manipulate that data once it is inside of our application using mapping, filtering and reducing.

Hero image for article
Icon for article
datajsontest

Creating Test Data for Your Mobile Application

1 min read

In this post I'm going to specifically look at how to add some test data to a Sencha Touch mobile application, but the JSON Generator in the second part of this post could be used in any situation.