Set the JSON Data in TextView?

Did you initialise table_data1 if not do this

TextView table_data1 = (TextView ) findViewById(R.id.yourTextViewId);

if this done already publish your full code 🙂

Leave a Comment