Take your JSON object and put it in a String at the top of a new Activity. Something simple like: String myJSONObject = "{}"; Except, in your code {} will be whatever your full JSON object might be. Then, in the onCreate method, fill in pieces of your Activity with information parsed from your JSON object. You must get data from at least one array and at least two levels deep in your object. Demo due next on Wednesday.