Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.52 KB | None | 0 0
  1. public class WahresWissenActivity extends Activity {
  2.     /** Called when the activity is first created. */
  3.     @Override
  4.     public void onCreate(Bundle savedInstanceState) {
  5.         super.onCreate(savedInstanceState);
  6.         setContentView(R.layout.main);
  7.         //drawContent();
  8.         try {
  9.             InputStream is = getAssets().open("wissen.txt");
  10.         } catch (IOException e) {
  11.             // TODO Auto-generated catch block
  12.             e.printStackTrace();
  13.         }
  14.         //CSVReader csv = new CSVReader(new InputStreamReader(getAssets(),);
Add Comment
Please, Sign In to add comment