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 functionHow do you make the string to be a list ?please help

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!