java - Why the data retrieved isn't shown -
i retrieve data http://api.eventful.com/rest/events/search?app_key=42t54cx7rbrdfczc&location=singapore . tag under "title", "start_time", "longitude", "latitude". not sure why couldn't display out after added longitude , latitude. this logcat: 08-07 17:17:44.190: e/androidruntime(23734): fatal exception: main 08-07 17:17:44.190: e/androidruntime(23734): java.lang.nullpointerexception 08-07 17:17:44.190: e/androidruntime(23734): @ com.example.eventfulmaptry.mainactivity$itemadapter.getview(mainactivity.java:147) 08-07 17:17:44.190: e/androidruntime(23734): @ android.widget.abslistview.obtainview(abslistview.java:1618) 08-07 17:17:44.190: e/androidruntime(23734): @ android.widget.listview.measureheightofchildren(listview.java:1241) 08-07 17:17:44.190: e/androidruntime(23734): @ android.widget.listview.onmeasure(listview.java:1152) 08-07 17:17:44.190: e/androidruntime(23734): @ android.view.view.measure(view.java:8513...