Android ListActivity OnListItemClick error with Webviews
- by Tista
I've been figuring how to popup a webview all day when a row in my ListActivity is clicked. I can't even show a Toast when it's clicked. Need help
I'm still new with Android, a web developer trying to learn. Thanks before.
package com.mf.ar;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import…