Question: How do you make the string to be a list ?please help me out. The strings are in text view right now. The attachment is
How do you make the string to be a list ?please help me out. The strings are in text view right now. The attachment is my load function
public void load (View v) i FileInputstream fis null; try fis openFileInput (FILE_NAME) InputStreamReader isr-new InputStreamReader(fis); BufferedReader br- new BufferedReader(isr); StringBuilder sb new StringBuilder); String text while ((text = br. readLine()) != null) sb.append(text.toString) + " "); { textView.setText(sb.toString)); catch (FileNotFoundException e) f catch (I0Exception e) f finally( e.printstackTrace); e.printStackTrace); if (fis != null) { try fis.close); catch (I0Exception e) -f e.printStackTrace)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
