You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MainActivity.java => This file correspond to main activity in which an async task is executed to access JSON data from the URL given url
https://dl.dropboxusercontent.com/u/746330/facts.json and the JSON data is parsed with the help of Key of the
JSON object in the JSON array "rows".
FactsAdapter.java => This file corresponds to the implementation of ListView Adapter for population the JSON object data in the form of
rows.
Facts.java => This file corresponds to the implementation of the getter and setter functions for the JSON object values.