Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android Studio Cookbook

You're reading from   Android Studio Cookbook Design, test, and debug your apps using Android Studio

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781785286186
Length 232 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Mike van Drongelen Mike van Drongelen
Author Profile Icon Mike van Drongelen
Mike van Drongelen
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Consuming data from the cloud

We have our Parse-based app up and running. Now, let's see how we can get the orders from Parse into our app and display them in a list.

Getting ready

To go through this recipe, you will need to have the previous recipe up and running, Internet access, and some coffee, although I must admit that last one is not strictly necessary. Tea will be just as fine.

How to do it...

Let's see how we can extend our CloudOrder app by consuming orders from the Parse backend and display them using a list view with the help of the following steps:

  1. In the last step in the Setting up Parse recipe, we were looking at the newly created Parse entity and the data in there. Entities can be created or extended on the fly from your app like we did, but we can also define columns and add data here on the webpage. Click on the +Col button to add a new column to the CargoOrder entity.
  2. In the modal, display Add a column, choose String from Select a type, and name the new column address...
You have been reading a chapter from
Android Studio Cookbook
Published in: Oct 2015
Publisher:
ISBN-13: 9781785286186
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime