I am writing a simple Android app and have a database that will send back information into the app. I am new to Android and am looking for a simple example that demonstrates
Take a look to: JSON Parsing in android or Android as a RESTful Client.
Also read Handling Expensive Operations in the UI Thread to be sure that your application is not "hanging" if content retrieval takes time.