saving a json file to internal memory then calling that file later
问题 I have a json file I'm trying to save when btn one is clicked and then another btn that will display the decoded json file in a textview public class MainActivity extends Activity { /** Called when the activity is first created. */ String result = ""; InputStream is = null; TextView one = (TextView) findViewById(R.id.showView); HttpEntity entity = null; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); //pulls a file